This commit is contained in:
2025-05-03 23:11:36 -03:00
parent eae3f40df7
commit b84c46721a
8 changed files with 266 additions and 19 deletions

View File

@@ -1,4 +1,8 @@
---
export type Props = {
trainer?: string;
};
import Clients from "../Clients.astro";
import Modules from "./Modules.astro";
import Features from "../Features.astro";