added tailwind

This commit is contained in:
Linus109
2025-11-24 22:06:55 +01:00
parent d3a13321c7
commit 56ae3a1b2d
12 changed files with 1010 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
import { Stack } from "expo-router";
import "../global.css";
export default function RootLayout() {
return <Stack />;