import * as React from 'react'; import { CssVarsProvider } from '@mui/joy/styles'; import Box from '@mui/joy/Box'; import CssBaseline from '@mui/joy/CssBaseline'; export default function JoyCssBaseline() { return ( {/* The scrollbar should be light */} {/* The scrollbar should be dark */} ); }