import { observer } from "mobx-react-lite"; export const Sandbox = observer(() => { return (
SANDBOOOOX
); });