review & update all fields

This commit is contained in:
Sidney Alcantara
2021-09-24 11:01:15 +10:00
parent b14ee40b86
commit bb501135ea
53 changed files with 550 additions and 606 deletions

4
types/custom.ts Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.css" {
const content: any;
export default content;
}