Initial version

This commit is contained in:
awe
2025-09-23 14:53:35 +03:00
parent b4aa400164
commit b61e3f93d4
27 changed files with 7528 additions and 0 deletions

View File

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