From 8c7a270f30c74199ea8cb33f5758a0e1dca1cb59 Mon Sep 17 00:00:00 2001 From: Triston Date: Wed, 24 Apr 2024 18:27:05 -0400 Subject: [PATCH] revert: uncomment other components --- src/App.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 93ce06d..ac79a28 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 { Popular, Navigation } from "./components" +import { Popular, Navigation, LocalRadio, RecommendedRadio, MusicPlayer } from "./components" export function App() { const { getStationsFile } = useStorage() @@ -34,13 +34,13 @@ export function App() { {/* Right Section __________*/}
- {/**/} + {/* Bottom Section __________*/} -
- {/**/} - {/**/} +
+ +