chore: cleanup

This commit is contained in:
2023-03-03 20:34:18 +00:00
parent 50be9d7b65
commit 9b2116bd3a
7 changed files with 460 additions and 593 deletions

View File

@ -18,6 +18,11 @@ declare module "*.png" {
export default value;
}
declare module "*.css" {
const stylesheet: CSSStyleSheet;
export default stylesheet;
}
declare module "translations/*.json" {
const value: Record<string, string>;
export default value;