Test new Activity Calendar and add sub page
This commit is contained in:
parent
ebc6fc6ea2
commit
83d3a3af25
3 changed files with 18 additions and 48 deletions
7
cms/src/routes/qualifying/[id]/+page.server.ts
Normal file
7
cms/src/routes/qualifying/[id]/+page.server.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
import type { PageServerLoad } from './$types'
|
||||
export const load: PageServerLoad = async ({params}) => {
|
||||
const id = params.id
|
||||
return {id}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue