silphius/app/routes/_main-menu.play.$/route.jsx

8 lines
108 B
React
Raw Normal View History

2024-06-10 23:55:06 -05:00
import Ui from '@/react-components/ui.jsx';
2024-06-10 22:42:30 -05:00
export default function Index() {
return (
<Ui />
);
}