build(*): Add base files

This commit is contained in:
Josh Creek
2022-10-07 08:52:22 +01:00
parent f4143b3608
commit 4cfcf65121
13 changed files with 15487 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module '*.svg' {
const content: any;
export default content;
}