add module exports

This commit is contained in:
madarsbiss 2021-09-20 22:21:50 +03:00
parent 913883a88e
commit 07d72b07ed

View File

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