9 lines
No EOL
300 B
TypeScript
9 lines
No EOL
300 B
TypeScript
export default function UnderConstruction() {
|
|
return (
|
|
<div className="w-full h-full mx-auto flex justify-center align-middle bg-amber-400">
|
|
<h1 className="text-3xl font-bold leading-tight text-gray-800">
|
|
Route currently under construction
|
|
</h1>
|
|
</div>
|
|
)
|
|
} |