1
0
Fork 0

feat: initial commit

- `pnpm create t3-app@latest`
This commit is contained in:
Vojtěch Mareš 2023-06-25 09:33:59 +02:00
commit e06ecdf652
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
20 changed files with 3524 additions and 0 deletions

3
src/styles/globals.css Normal file
View file

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;