Fix missing Buffer reference.

Closes #23.
This commit is contained in:
Orne Brocaar
2022-05-24 16:22:54 +01:00
parent f4478864ee
commit 3199276c83
5 changed files with 22 additions and 5 deletions

View File

@ -2,6 +2,7 @@ import React, { Component } from "react";
import { Input, Select, Button, Space, Form } from "antd";
import { ReloadOutlined } from "@ant-design/icons";
import {Buffer} from "buffer";
interface IProps {
formRef: React.RefObject<any>;

View File

@ -2,6 +2,7 @@ import React, { Component } from "react";
import { Input, Select, Button, Space, Form } from "antd";
import { ReloadOutlined } from "@ant-design/icons";
import {Buffer} from "buffer";
interface IProps {
formRef: React.RefObject<any>;