8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
export default async function Page() {
|
|
return (
|
|
<div className="flex flex-col items-center">
|
|
<h1 className="text-4xl">The Collective Knowledge of Stan Runge</h1>
|
|
</div>
|
|
);
|
|
}
|