mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added sidebar router
This commit is contained in:
parent
8a4709103b
commit
8a71d3d462
18 changed files with 166 additions and 108 deletions
11
src/constants/sidebar/index.ts
Normal file
11
src/constants/sidebar/index.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { FC, ReactNode } from "react";
|
||||
|
||||
import { ProfileSidebar } from "~/containers/sidebars/ProfileSidebar";
|
||||
|
||||
export enum SidebarName {
|
||||
Settings = 'settings'
|
||||
}
|
||||
|
||||
export const sidebarComponents = {
|
||||
[SidebarName.Settings]: ProfileSidebar
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue