From 6746aa770c34e9efc4d0794518ff46cf4942dba6 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 14 Jul 2025 18:05:49 +0200 Subject: chore: remove gear and project page --- src/App.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx index ca7bcb4..0d4b55e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,8 +1,6 @@ import { Routes, Route } from 'react-router-dom'; import Navbar from './components/Navbar'; -import Gear from './pages/Gear'; import Home from './pages/Home'; -import Projects from './pages/Projects'; import Footer from './components/Footer'; import NotFound from './pages/404'; import Blog from './pages/Blog'; @@ -11,13 +9,11 @@ import Post from './pages/Post'; function App() { return ( - <> + <> -
+
} /> - } /> - } /> } /> } /> } /> -- cgit v1.3.1