1
0
Fork 0
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:
Fedor Katurov 2022-01-13 10:57:40 +07:00
parent f964011af1
commit 28b8242b4d
3 changed files with 54 additions and 1 deletions

View file

@ -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;
}