results from npm create t3-app@latest

This commit is contained in:
Brandon Egger
2023-03-14 22:56:03 -05:00
commit a67c21a254
25 changed files with 8785 additions and 0 deletions

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

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