Change initial page to new task page (#474)

This commit is contained in:
Kerem Yilmaz
2024-06-14 11:53:09 -07:00
committed by GitHub
parent 265cb99420
commit c578e1a21d

View File

@@ -21,7 +21,7 @@ const router = createBrowserRouter([
children: [ children: [
{ {
index: true, index: true,
element: <Navigate to="/tasks" />, element: <Navigate to="/create" />,
}, },
{ {
path: "tasks", path: "tasks",