diff --git a/src/App.tsx b/src/App.tsx index c0eafd8..31bcc6f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,3 +1,4 @@ +import { EnvelopeIcon } from "@heroicons/react/20/solid"; import { useContext } from "react"; import { Authentication } from "./Authentication"; import { AveragesScatterPlot } from "./AveragesScatterPlot"; @@ -39,6 +40,12 @@ export const App = () => { ) : ( )} + ); };