initial commit

This commit is contained in:
Conrad
2021-06-16 22:56:42 -04:00
parent 49ae84adca
commit fd3ed61089
15 changed files with 3517 additions and 2 deletions

3
next.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
reactStrictMode: true,
}