Skip to content

Commit 929ca66

Browse files
fix: remove unnecesary import of tailwind in layout.tsx
1 parent aadc29a commit 929ca66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "tailwindcss/tailwind.css";
21
import { ReactNode } from "react";
32
import { Metadata } from "next";
43
const isProd = process.env.NODE_ENV === "production";

0 commit comments

Comments
 (0)