refactor/add build time to page footers
This commit is contained in:
@@ -8,7 +8,8 @@ import Alert from '@mui/joy/Alert';
|
||||
import WarningIcon from '@mui/icons-material/Warning';
|
||||
import CustomToastContainer from '../components/ToastProvider.jsx';
|
||||
import LyricSearch from './LyricSearch.jsx';
|
||||
|
||||
import 'primereact/resources/themes/bootstrap4-light-blue/theme.css'; // TEMP
|
||||
import 'primereact/resources/primereact.min.css';
|
||||
|
||||
export default function Root({child}) {
|
||||
window.toast = toast;
|
||||
@@ -34,3 +35,4 @@ export default function Root({child}) {
|
||||
</PrimeReactProvider>
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user