test module exports

This commit is contained in:
madarsbiss 2021-09-20 22:17:24 +03:00
parent 3aaf532078
commit 913883a88e

View File

@ -1,6 +1,5 @@
module.exports = { // module.exports = {
reactStrictMode: true, // images: {
images: { // domains: ["openweathermap.org"],
domains: ["openweathermap.org"], // },
}, // };
};