From 4c901d073376ab9fd37284801011a12261d5963d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 6 Feb 2024 13:12:21 +0000 Subject: Linting and formatting --- web/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/layout.tsx') 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"] }); -- cgit v1.2.3-70-g09d2