Initial NextJS app template

This commit is contained in:
2025-06-02 18:41:34 +03:00
commit 7f51c7ed11
17 changed files with 6460 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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