base page
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
import Image from "next/image";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="flex min-h-screen flex-col items-center justify-between p-24">
|
||||
<div className="z-10 w-full max-w-5xl items-center justify-between font-mono text-sm lg:flex"></div>
|
||||
</main>
|
||||
);
|
||||
redirect("/welcome");
|
||||
}
|
||||
|
Reference in New Issue
Block a user