diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-06 13:12:21 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-06 13:12:21 +0000 |
| commit | 4c901d073376ab9fd37284801011a12261d5963d (patch) | |
| tree | 537eaea0b85c057dd1b7490afe755c634febece0 /web/app/layout.tsx | |
| parent | 2518a99d1c296dc838edc2330dc6eb6fe5aead8e (diff) | |
| download | karakeep-4c901d073376ab9fd37284801011a12261d5963d.tar.zst | |
Linting and formatting
Diffstat (limited to 'web/app/layout.tsx')
| -rw-r--r-- | web/app/layout.tsx | 1 |
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"] }); |
