Initialize repo

This commit is contained in:
Chad Freeman 2024-08-14 17:41:49 -04:00
commit 70bd4eed48
42 changed files with 4005 additions and 0 deletions

3
src/app.css Normal file
View file

@ -0,0 +1,3 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';