fixed default route

This commit is contained in:
kappa118 2025-02-28 14:43:06 -05:00
parent bc92985748
commit bce5350467

View file

@ -30,7 +30,7 @@ import logo from './images/logo.png';
const drawerWidth = 240;
const miniDrawerWidth = 60;
const defaultRoute = '/m3u';
const defaultRoute = '/channels';
const App = () => {
const [open, setOpen] = useState(true);