Update project structure and styles: Refactor TypeScript configuration, enhance app type definitions, and redesign main page layout with new styles and components for Secretaria de Esportes de Pernambuco.
This commit is contained in:
9
src/routes/time-pe/+page.svelte
Normal file
9
src/routes/time-pe/+page.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
import ProgramPage from '$lib/components/ProgramPage.svelte';
|
||||
import { getProgram } from '$lib/data/programs';
|
||||
|
||||
const program = getProgram('time-pe');
|
||||
</script>
|
||||
|
||||
<ProgramPage {program} />
|
||||
|
||||
Reference in New Issue
Block a user