aboutsummaryrefslogtreecommitdiffstats
path: root/web/app/layout.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-06 13:12:21 +0000
committerMohamedBassem <me@mbassem.com>2024-02-06 13:12:21 +0000
commit4c901d073376ab9fd37284801011a12261d5963d (patch)
tree537eaea0b85c057dd1b7490afe755c634febece0 /web/app/layout.tsx
parent2518a99d1c296dc838edc2330dc6eb6fe5aead8e (diff)
downloadkarakeep-4c901d073376ab9fd37284801011a12261d5963d.tar.zst
Linting and formatting
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"] });