Skip to content

Commit

Permalink
remove double suspense
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ivashchuk committed Mar 28, 2024
1 parent 241e4f7 commit 2f689c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Inter } from "next/font/google";

import { Layout } from "~/components/patterns/layout";
import Providers from "~/components/providers";
import { Suspense, Suspense } from "react";
import { Suspense } from "react";

const inter = Inter({
subsets: ["latin"],
Expand Down

0 comments on commit 2f689c5

Please sign in to comment.