From 58d1c335b819c215022e01351ecc6a449b3e0ac6 Mon Sep 17 00:00:00 2001 From: Triston Date: Sun, 7 Apr 2024 11:51:08 -0500 Subject: [PATCH] (feat): replace elements with relevant components --- src/App.tsx | 39 +++++---------------------------------- 1 file changed, 5 insertions(+), 34 deletions(-) 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

-
+ +