2025-03-12 19:38:28 +08:00
|
|
|
import DailyContext from "@web/src/components/models/trainPlan/TrainPlanContext";
|
|
|
|
import DailyLayout from "@web/src/components/models/trainPlan/TrainPlanLayout";
|
2025-03-12 10:02:41 +08:00
|
|
|
|
|
|
|
export default function DailyPage(){
|
|
|
|
return <>
|
|
|
|
<DailyContext>
|
|
|
|
<DailyLayout></DailyLayout>
|
|
|
|
</DailyContext>
|
|
|
|
</>
|
|
|
|
}
|