feat: create shadcn base template

This commit is contained in:
2026-05-07 17:05:33 +03:00
commit eab1da29ae
75 changed files with 12711 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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