diff --git a/packages/ui-kit/src/App.tsx b/packages/ui-kit/src/App.tsx index 90afe514..b2cec4d6 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