javascript time 😮‍💨

This commit is contained in:
2025-02-02 03:04:49 -05:00
parent f0a9566c24
commit 390ff9bccf
3 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,17 @@
const user = {
["about_me"]: {},
["services"]: {}
}
const home = {
["user"]: user
}
const root = {
["bin"]: {},
["home"]: {}
}
const fs = {
["/"]: root
}
export { fs }