mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-11 10:06:45 -06:00
Setup tailwind css ^& frontend
This commit is contained in:
13
src/pages/_document.tsx
Normal file
13
src/pages/_document.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import {Html, Head, Main, NextScript} from 'next/document'
|
||||
|
||||
export default function Document() {
|
||||
return (
|
||||
<Html className="h-full bg-gray-50">
|
||||
<Head/>
|
||||
<body className="h-full">
|
||||
<Main/>
|
||||
<NextScript/>
|
||||
</body>
|
||||
</Html>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user