5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
import { PlannerView } from "@/features/planner/PlannerView";
|
|
|
|
export default function PlannerPage() {
|
|
return <PlannerView />;
|
|
}
|