Initial commit

This commit is contained in:
vitalijmulika
2025-12-19 15:45:54 +02:00
commit 373e0e4a6b
308 changed files with 64928 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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