From cd58ff7a790410f816a1e4fcbb5701252801b610 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 20 Jan 2025 09:58:22 -0600 Subject: [PATCH] fix build --- App.tsx | 1 - global.css | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 global.css diff --git a/App.tsx b/App.tsx index 99efc135..eac55f89 100644 --- a/App.tsx +++ b/App.tsx @@ -1,5 +1,4 @@ import './gesture-handler'; -import "./global.css"; import React from 'react'; import "react-native-url-polyfill/auto"; import { PersistQueryClientProvider } from '@tanstack/react-query-persist-client' diff --git a/global.css b/global.css deleted file mode 100644 index b5c61c95..00000000 --- a/global.css +++ /dev/null @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities;