Chapter 2 - add global CSS styles with tailwind to root layout

This commit is contained in:
2023-12-27 07:35:47 +01:00
parent 406cea86a3
commit 5a2b499001
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
import '@/app/ui/global.css';
export default function RootLayout({
children,
}: {