tsup asset folder

This commit is contained in:
Max Peintner
2023-04-14 14:35:21 +02:00
parent 2c04b79f1b
commit e651eacf2b
11 changed files with 7 additions and 13 deletions

View File

@@ -1,8 +0,0 @@
type Props = {};
export default async function Page({}: Props) {
return (
<div className="space-y-4">
<div className="text-xl font-medium text-gray-500">username</div>
</div>
);
}