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;