From e5ac660413fd8e2879706cfb06c476aae9164b31 Mon Sep 17 00:00:00 2001 From: Simponic Date: Sat, 11 Feb 2023 00:08:30 -0700 Subject: Add vim keybindings, man pages --- front/src/index.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'front/src/index.js') diff --git a/front/src/index.js b/front/src/index.js index e827e0a..eb2801c 100644 --- a/front/src/index.js +++ b/front/src/index.js @@ -7,6 +7,7 @@ import { Root } from "./root"; import { Demo } from "./routes/demo"; import { Home } from "./routes/home"; import { Keys } from "./routes/keys"; +import { ManPages } from "./routes/man_pages"; import { Password } from "./routes/password"; import { AuthSuccessful } from "./routes/auth_successful"; @@ -35,6 +36,10 @@ const router = createBrowserRouter([ path: "auth-successful", element: , }, + { + path: "man-pages", + element: , + }, ], }, ]); -- cgit v1.2.3-70-g09d2