8 lines
180 B
TypeScript
8 lines
180 B
TypeScript
export default async function Page() {
|
|
return (
|
|
<div className="flex flex-col items-center">
|
|
<h1 className="text-4xl">Projects (2)</h1>
|
|
</div>
|
|
);
|
|
}
|
|
|