This commit is contained in:
2025-08-14 11:40:02 -04:00
parent ccea5db9e9
commit dbb70fc743
7 changed files with 112 additions and 38 deletions

View File

@@ -14,7 +14,6 @@ const MediaRequestForm = lazy(() => import('./TRip/MediaRequestForm.jsx'));
const RequestManagement = lazy(() => import('./TRip/RequestManagement.jsx'));
const Player = lazy(() => import('./AudioPlayer.jsx'));
export default function Root({ child }) {
window.toast = toast;
const theme = document.documentElement.getAttribute("data-theme")