diff --git a/src/App.tsx b/src/App.tsx index 93aed70..cf4640d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,6 @@ import { SelectFile } from './SelectFile'; import { FileListing } from './features/file-listing/FileListing'; import { Footer } from './Footer'; -import { WasmTest } from './WasmTest'; function App() { return ( @@ -15,7 +14,6 @@ function App() { -