mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 12:44:47 -05:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import MapPlanner from "components/plans";
|
|
|
|
const MapPlannerPage = () => <MapPlanner />;
|
|
|
|
export default MapPlannerPage;
|