CommitteeClash Documentation
API
Backend
Frontend
Actions
App
Api
Auth
Commissiestrijd
Admin
Error
Layout
Not-found
Page
Functions
Default
SubmitTask
SubmittedTasks
Layout
PublicLeaderboard
Components
Lib
Types
FrontendAppCommissiestrijdPageFunctions

Default

Function: default()

function default(): Promise<Element>

Defined in: src/app/commissiestrijd/page.tsx:11

Home component that fetches a list of periods from the backend and renders a leaderboard component with the filtered periods.

Returns

Promise<Element>

A JSX element that contains the leaderboard interface.

Functions

Previous Page

SubmitTask

Next Page

On this page

Function: default()Returns