mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-25 14:24:24 +00:00
feat: add last visited path
This commit is contained in:
@@ -5,6 +5,7 @@ import CollectionDashboard from "@/pages/CollectionDashboard";
|
||||
import CollectionSpace from "@/pages/CollectionSpace";
|
||||
import Home from "@/pages/Home";
|
||||
import NotFound from "@/pages/NotFound";
|
||||
import ShortcutDashboard from "@/pages/ShortcutDashboard";
|
||||
import ShortcutDetail from "@/pages/ShortcutDetail";
|
||||
import ShortcutSpace from "@/pages/ShortcutSpace";
|
||||
import SignIn from "@/pages/SignIn";
|
||||
@@ -34,6 +35,10 @@ const router = createBrowserRouter([
|
||||
path: "/",
|
||||
element: <Home />,
|
||||
},
|
||||
{
|
||||
path: "/shortcuts",
|
||||
element: <ShortcutDashboard />,
|
||||
},
|
||||
{
|
||||
path: "/collections",
|
||||
element: <CollectionDashboard />,
|
||||
|
Reference in New Issue
Block a user