Fix missing newline at end of tailwind.config.js

Add missing newline at the end of tailwind.config.js
This commit is contained in:
Yonas Tewabe
2026-06-17 16:51:13 +03:00
committed by GitHub
parent 9d59ecb29a
commit 276c229cd4

View File

@@ -37,3 +37,4 @@ module.exports = {
},
},
plugins: [],
};