implements crud app

This commit is contained in:
John Ritsema
2023-06-09 21:41:47 -04:00
parent de19a39a59
commit 6ffe697cc6
21 changed files with 1484 additions and 28 deletions

3
css/input.css Normal file
View File

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