Moved to ReactJS
This commit is contained in:
parent
c8ef2b248f
commit
1d0ebeb2b7
100 changed files with 1909 additions and 6056 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default function Page() {
|
||||
return (
|
||||
<div class="w-full h-full flex items-center justify-center text-4xl font-bold">
|
||||
<div className="w-full h-full flex items-center justify-center text-4xl font-bold">
|
||||
Page not found (404)
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue