mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-08 15:25:46 +00:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
export const globals = async (
|
|
globals?: App.PageData['globals'],
|
|
): Promise<App.PageData['globals']> => ({
|
|
...globals,
|
|
});
|