Merge pull request #393 from ONLYOFFICE/feature/login-nextjs

Login: add group route
This commit is contained in:
Alexey Safronov 2024-05-06 11:27:25 +04:00 committed by GitHub
commit 751f54a261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import {
} from "@/utils/actions";
import SimpleNav from "@/components/SimpleNav";
import "../styles/globals.scss";
import "../../styles/globals.scss";
export default async function RootLayout({
children,