Add base app version

This commit is contained in:
Joshua Creek
2024-09-26 17:34:32 +01:00
parent af9ff16b3b
commit d7f48d29ad
19 changed files with 2831 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
content: ["./src/**/*.{svelte,js,ts}", "./public/index.html"],
theme: {
extend: {},
},
plugins: [],
};