Cleanup code

This commit is contained in:
Kevin Kandlbinder 2022-05-02 19:49:25 +02:00
parent bbb06e1bee
commit 8358fd7d27
4 changed files with 13 additions and 14 deletions

View file

@ -1,7 +1,5 @@
import React, { useEffect, useState } from "react";
import { AlertOctagon } from "lucide-react";
import { useTranslation, Trans } from "react-i18next";
import BoxMessage from "../../../components/BoxMessage";
import * as styles from "./Base64Tool.module.scss"
import { Helmet } from "react-helmet";
import {Buffer} from "buffer/"