initial commit

This commit is contained in:
2023-11-13 20:41:10 +00:00
commit 180b261e40
18 changed files with 324 additions and 0 deletions

4
src/app.postcss Normal file
View File

@ -0,0 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;