Added React Strict mode

This commit is contained in:
Dustin Brett
2021-01-02 22:18:36 -08:00
parent 07cdbc9851
commit 6e14a23b55

3
next.config.js Normal file
View File

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