Move client files to client folder

This commit is contained in:
Chuck Dries 2021-08-07 10:53:42 -07:00
parent 9fdc2a5e63
commit a2b67d1fbb
18 changed files with 1 additions and 1 deletions

View File

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -15,5 +15,5 @@
"noEmit": true, "noEmit": true,
"jsx": "react" "jsx": "react"
}, },
"include": ["client/src"] "include": ["./src"]
} }