Fix tailwind

This commit is contained in:
2024-01-14 19:01:27 +01:00
parent 6a3f86bdc8
commit de06bef97e
3 changed files with 7 additions and 5 deletions

View File

@@ -17,5 +17,9 @@ export default async function Index() {
const isSupabaseConnected = canInitSupabaseClient();
return <></>;
return (
<>
<h1 className="text-xl">hello</h1>
</>
);
}