From 4534cb0000dd7737a86f3c8c757383c3a1995bcd Mon Sep 17 00:00:00 2001 From: Xharles Date: Fri, 9 Feb 2024 21:35:23 +0100 Subject: [PATCH] clean up --- packages/ui-kit/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/ui-kit/src/App.tsx b/packages/ui-kit/src/App.tsx index 90afe5149..b2cec4d6d 100644 --- a/packages/ui-kit/src/App.tsx +++ b/packages/ui-kit/src/App.tsx @@ -11,7 +11,6 @@ import { FormTextArea, } from "./mobile-components/form-elements/FormElements"; import { NavBottom } from "./mobile-components/navigation/NavBottom"; -import { NavHeader } from "./mobile-components/navigation/NavHeader"; setupIonicReact(); @@ -20,7 +19,6 @@ function App() { const [checked, setChecked] = useState(false); return ( <> -

Vite + React + Ionic + Tailwind