[frontend]: Initialise

This commit is contained in:
2025-02-27 11:42:24 +00:00
parent 3a760c0110
commit 34acee3d02
14 changed files with 5230 additions and 0 deletions

View File

@ -0,0 +1,10 @@
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}