logic for site tree

This commit is contained in:
2023-05-30 18:14:12 -05:00
parent e19c239e46
commit dc094d7a32
3 changed files with 37 additions and 1 deletions

View File

@@ -24,6 +24,10 @@
"react-dom": "18.2.0",
"remark-prism": "^1.3.6",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.1"
}
}