mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-23 20:07:35 -05:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import MapPlanner from "scenes/MapPlanner";
|
|
|
|
const MapPlannerPage = () => <MapPlanner />;
|
|
|
|
export default MapPlannerPage;
|