resolve path

This commit is contained in:
Fran Jurmanović
2025-07-06 15:13:26 +02:00
parent beec018900
commit 5956173792
17 changed files with 0 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;