chore(*): Add base project files

This commit is contained in:
Josh Creek
2022-12-17 15:13:17 +00:00
parent e5d25b4354
commit 2b4cbd84ef
15 changed files with 338 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
declare module '*.svg' {
const content: any;
export default content;
}