feat(WEB-38, WEB-9, WEB-19): add static page for sponsoring, add Header and add Footer
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Lang } from "./lang";
|
||||
|
||||
export type Params<T = {}> = T & { params: { lang: Lang } };
|
||||
|
||||
export type SearchParams<T = {}> = T & { searchParams: { [key: string]: string } };
|
||||
Reference in New Issue
Block a user