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

8 lines
102 B
React
Raw Normal View History

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