Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier-Charles committed Feb 9, 2024
1 parent 89ba6d0 commit 45b6b7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui-kit/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand All @@ -20,7 +19,6 @@ function App() {
const [checked, setChecked] = useState(false);
return (
<>
<NavHeader avatar={undefined} />
<div className="flex h-screen w-screen flex-col items-center justify-center">
<h1 className="text-primary text-lg font-semibold">
Vite + React + Ionic + Tailwind
Expand Down

0 comments on commit 45b6b7a

Please sign in to comment.