import CubeColoring from '@/components/CubeColoring'; const CubeColoringPage = () => { return (
); }; export default CubeColoringPage;