From ca556370259f100b3f21dd10344741fcf4d48597 Mon Sep 17 00:00:00 2001 From: Autumn Date: Mon, 11 May 2026 20:56:57 +0100 Subject: [pages] added basic devices route --- src/views/components/dashboard/sidebar.pug | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/views/components/dashboard/sidebar.pug (limited to 'src/views/components/dashboard/sidebar.pug') diff --git a/src/views/components/dashboard/sidebar.pug b/src/views/components/dashboard/sidebar.pug new file mode 100644 index 0000000..6107002 --- /dev/null +++ b/src/views/components/dashboard/sidebar.pug @@ -0,0 +1,9 @@ +aside + + ul + + li + a(href="/") Home + + li + a(href="/devices") Devices -- cgit v1.3