mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-09 10:54:27 +02:00
8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
import type { PageLoad } from './$types';
|
|
|
|
import { contributors } from '../data/api';
|
|
|
|
export const prerender = true;
|
|
|
|
export const load: PageLoad = contributors.page_load_impl();
|