From 4cdc45eb88e86135730c4c8d0d49242fbc29731a Mon Sep 17 00:00:00 2001 From: Neon Date: Tue, 17 Jun 2025 19:49:10 -0400 Subject: [PATCH] Update App.tsx (#17) ## delete me --- src/App.tsx | 41 +++++------------------------------------ 1 file changed, 5 insertions(+), 36 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 91eedd2e..35e5b86d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,47 +4,16 @@ import Navbar from "./components/navbar"; import InfogramBelowMain from "./components/infobelowmain"; import { HashRouter } from "./components/HashRouter"; import Route from "./components/HashRouter/Route"; -import AboutPage from "./components/AboutPage"; -import SkillSet from "./components/AboutPage/SkillSet"; -import GithubStats from "./components/AboutPage/Github"; -import Projects from "./components/Projects"; +//import AboutPage from "./components/AboutPage"; +//import SkillSet from "./components/AboutPage/SkillSet"; +//import GithubStats from "./components/AboutPage/Github"; +//import Projects from "./components/Projects"; import Page404 from "./components/static/404"; -import ContactPage from "./components/ContactPage"; +//import ContactPage from "./components/ContactPage"; import ReWork from "./components/ReWork"; function App({ analytics }: any) { return ; - return ( - - -
- -
- - } - /> - - - - - - } - /> - } /> - } - /> - } /> - - ); } export default App;