mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
* Added collapsable-box, added team json and modified the api to fetch from it * Removed yarn from the package.json * Moved departments to Array and fixed the await in a forEach * fix * another fix * should fix smth * fix: /api/team * fix: clean up team.json * fix: final fixes for team page * Make TypeScript great again * fix: nora's pfp on /team * chore: apply biome recommendations * fix: ts-ify /team * things * Fix lint * Update Mahad's team role * Delete bun.lock * should fix hopefully --------- Co-authored-by: Mahad Kalam <mahadkalam1@proton.me> Co-authored-by: Mahad Kalam <55807755+SkyfallWasTaken@users.noreply.github.com> Co-authored-by: aqua <84078890+phthallo@users.noreply.github.com>
5 lines
201 B
TypeScript
5 lines
201 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|