Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 26b7c68

Browse files
author
Manuel Proß
committed
fix(web): fix imports
1 parent 934703e commit 26b7c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
import { redirect } from "next/navigation";
12
import { Fira_Code } from "next/font/google";
23
import { getServerSession } from "next-auth";
34
import type { Metadata } from "next";
45
import "../styles/globals.scss";
56
import qs from "qs";
67
import Layout from "@/components/Layout/Layout";
78
import SessionProvider from "./../components/SessionProvider";
8-
import { redirect } from "next/navigation";
99

1010
const params = {
1111
nested: true,

0 commit comments

Comments
 (0)