move apps to apps folder

This commit is contained in:
2024-10-22 08:56:27 -05:00
parent e42ff6615d
commit 616291b04d
11 changed files with 40 additions and 47 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./html/**/*.{html,js}'],
theme: {
extend: {},
},
plugins: [],
};