remove unused A-DF-Ω

This commit is contained in:
nora 2021-10-25 08:59:36 +02:00
parent 2ac957d8d3
commit 14dfba81b6

View file

@ -1,7 +1,6 @@
import React from "react"; import React from "react";
import { Band } from "./Types"; import { Band } from "./Types";
import { Button, Modal, Spinner } from "react-bootstrap"; import { Button, Modal } from "react-bootstrap";
import { getBioText } from "./App";
interface Props { interface Props {
onClose: () => void; onClose: () => void;