Template
1
0

feat: add sample todo with valkyr/db

This commit is contained in:
2025-08-16 17:12:55 +02:00
parent 0b0ecbcb79
commit 81108e0a60
14 changed files with 611 additions and 137 deletions

View File

@@ -0,0 +1,9 @@
module.exports = {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
}
}
}
}