mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added next app.tsx layout
This commit is contained in:
parent
f964011af1
commit
28b8242b4d
3 changed files with 54 additions and 1 deletions
|
@ -8,7 +8,7 @@ interface IProps {
|
|||
isLab?: boolean;
|
||||
}
|
||||
|
||||
const SidebarRouter: FC<IProps> = ({ prefix = '', isLab }) => {
|
||||
const SidebarRouter: FC<IProps> = ({ isLab }) => {
|
||||
if (typeof document === 'undefined') {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue