diff options
Diffstat (limited to 'demos/hello-next/next.config.js')
-rw-r--r-- | demos/hello-next/next.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/hello-next/next.config.js b/demos/hello-next/next.config.js deleted file mode 100644 index 0d6071006..000000000 --- a/demos/hello-next/next.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - reactStrictMode: true, -} |