diff options
Diffstat (limited to 'app/_layout.tsx')
| -rw-r--r-- | app/_layout.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/_layout.tsx b/app/_layout.tsx index 38ccb408..7403c6ff 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -1,3 +1,5 @@ +import "@/globals.css"; + import { Slot } from "expo-router"; import { StatusBar } from "expo-status-bar"; import { View } from "react-native"; |
