aboutsummaryrefslogtreecommitdiffstats
path: root/web/app/layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/layout.tsx')
-rw-r--r--web/app/layout.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/layout.tsx b/web/app/layout.tsx
index 3314e478..30d918df 100644
--- a/web/app/layout.tsx
+++ b/web/app/layout.tsx
@@ -1,6 +1,7 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
+import React from "react";
const inter = Inter({ subsets: ["latin"] });