Files
var-monorepo/apps/dispatch/app/_components/map/XPlaneObject.tsx
PxlLoewe b5f07071a5 dev
2025-10-16 11:17:52 +02:00

4 lines
74 B
TypeScript

export const XPlaneObjects = () => {
return <div>XPlaneObjects</div>;
};