Better loading behavior

This commit is contained in:
Sebastien Castiel
2023-12-06 12:39:54 -05:00
parent 6c4ced0f79
commit c72311d01a
13 changed files with 144 additions and 127 deletions

View File

@@ -1,3 +1,4 @@
import { ProgressBar } from '@/components/progress-bar'
import type { Metadata } from 'next'
import './globals.css'
@@ -14,6 +15,7 @@ export default function RootLayout({
return (
<html lang="en">
<body>
<ProgressBar />
<div className="max-w-screen-md mx-auto p-4">{children}</div>
</body>
</html>