diff --git a/src/App.tsx b/src/App.tsx index 7175343..93ce06d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,7 @@ import { useEffect } from "kaioken" import { useStorage } from "./hooks/storageStores" import { useStationsStore } from "./hooks/stationStores" -import { MusicPlayer, Popular, LocalRadio, RecommendedRadio, Navigation } from "./components" +import { Popular, Navigation } from "./components" export function App() { const { getStationsFile } = useStorage() @@ -32,14 +32,15 @@ export function App() { {/* Right Section __________*/} -