update fastfood,

This commit is contained in:
louiscklaw
2025-06-06 12:55:43 +08:00
parent 5234ac06cd
commit 7cfbcc1573
19 changed files with 1367 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
declare module '*.module.css' {
const classes: { readonly [key: string]: string };
export default classes;
}