From 710b0770cce43b06d1a132969e3107cf7baafa3f Mon Sep 17 00:00:00 2001 From: julius Date: Mon, 26 May 2025 07:53:58 +0200 Subject: [PATCH] chore: remove old Analysis page --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 29cc9c1..2082a75 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,3 @@ -import Analysis from "./Analysis"; import "./App.css"; import Footer from "./Footer"; import Header from "./Header"; @@ -35,7 +34,6 @@ function App() { } /> } /> - } /> } /> } /> } />