Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Start work on control menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Jul 9, 2023
1 parent b1dcb84 commit e6e6943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Layout/SideBarLeft.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
icon: 'fa-user',
href: '/users',
},
{
title: 'Control',
icon: 'fa-gamepad',
href: '/control',
}
];
const TrailingTiles: { title: string; icon: string; href: string }[] = [
{
Expand Down
Empty file added src/routes/control/+page.svelte
Empty file.

0 comments on commit e6e6943

Please sign in to comment.