Skip to content

Commit 0e9d83f

Browse files
committed
Fix typo
1 parent be906fa commit 0e9d83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ClerkProvider } from "@clerk/nextjs";
55
// eslint-disable-next-line camelcase
66
import { Inter, Space_Grotesk } from "next/font/google";
77

8-
import { ThemeProvider, ThemeProvider } from "@/context/ThemeProvider";
8+
import { ThemeProvider } from "@/context/ThemeProvider";
99

1010
import type { Metadata } from "next";
1111

0 commit comments

Comments
 (0)