Added eslint, removed react-query

This commit is contained in:
2022-10-04 17:27:40 +02:00
parent 3025245a79
commit c768d5ccd5
22 changed files with 1560 additions and 80 deletions

View File

@@ -1,4 +1,5 @@
import { Routes, Route } from "react-router-dom";
import BrowseLayout from "./components/BrowseLayout";
import CategoryPage from "./pages/CategoryPage";
import ChannelPage from "./pages/ChannelPage";