Last active
April 14, 2023 16:19
-
-
Save sergeyloysha/5babb4c031745a29dba3902f2ef7f9f0 to your computer and use it in GitHub Desktop.
upthrust-coding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"{ | |
"name": "upthrust-coding", | |
"children": [ | |
{ | |
"name": ".storybook", | |
"children": [] | |
}, | |
{ | |
"name": "node_modules", | |
"children": [] | |
}, | |
{ | |
"name": "public", | |
"children": [] | |
}, | |
{ | |
"name": "src", | |
"children": [ | |
{ | |
"name": "components", | |
"children": [] | |
}, | |
{ | |
"name": "constants", | |
"children": [] | |
}, | |
{ | |
"name": "context", | |
"children": [] | |
}, | |
{ | |
"name": "types", | |
"children": [] | |
}, | |
{ | |
"name": "services", | |
"children": [ | |
{ | |
"name": "index.ts" | |
}, | |
{ | |
"name": "api", | |
"children": [] | |
}, | |
{ | |
"name": "i18n", | |
"children": [] | |
} | |
] | |
}, | |
{ | |
"name": "styles", | |
"children": [] | |
}, | |
{ | |
"name": "utils", | |
"children": [] | |
} | |
] | |
}, | |
{ | |
"name": ".env" | |
}, | |
{ | |
"name": ".prettierrc" | |
}, | |
{ | |
"name": "package.json" | |
}, | |
{ | |
"name": "tsconfig.json" | |
}, | |
{ | |
"name": "yarn.lock" | |
} | |
] | |
}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment