From 1ae686480c084f3af897de138fc2af97f0c262d2 Mon Sep 17 00:00:00 2001 From: Parker Date: Wed, 18 Dec 2024 19:24:43 -0600 Subject: Remove `/create` - add directly to dashboard page --- app/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/src/App.tsx') diff --git a/app/src/App.tsx b/app/src/App.tsx index 06ead3b..54a500d 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -7,7 +7,6 @@ import { import Login from './components/Login'; import Signup from './components/Signup'; import Dashboard from './components/Dashboard'; -import CreateLink from './components/CreateLink'; function App() { return ( @@ -17,7 +16,6 @@ function App() { } /> } /> } /> - } /> ); -- cgit v1.2.3-70-g09d2