diff --git a/src/App.tsx b/src/App.tsx index d717b68..02b80c7 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 } from "./components/music_player" +import { MusicPlayer, Popular, LocalRadio, RecommendedRadio, Navigation } from "./components" export function App() { const { getStationsFile } = useStorage() @@ -23,20 +23,7 @@ export function App() {

Music

- +
@@ -45,28 +32,12 @@ export function App() { {/* Right Section __________*/}
- - {/* Music Player __________*/} - - {/* Popular Section __________*/} -
-
-

Popular

-
-
- + {/* Bottom Section __________*/}
- {/* Local Radio __________*/} -
-

Local Radio

-
- - {/* Recommended Radio __________*/} -
-

Recommended For You

-
+ +