Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcase committed May 7, 2024
1 parent a028187 commit d8f607e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/ui/App.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { StrictMode, useEffect, useMemo, useState } from "react";
import {
setupIonicReact,
IonApp,
getPlatforms,
IonSpinner,
} from "@ionic/react";
import { setupIonicReact, IonApp, getPlatforms } from "@ionic/react";
import { StatusBar, Style } from "@capacitor/status-bar";
import { ScreenOrientation } from "@capacitor/screen-orientation";
import { RoutePath, Routes } from "../routes";
Expand Down

0 comments on commit d8f607e

Please sign in to comment.