-
Notifications
You must be signed in to change notification settings - Fork 0
/
filestructure.txt
59 lines (59 loc) · 1.08 KB
/
filestructure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|-- .env
|-- .eslintrc.json
|-- .gitignore
|-- .vercel
|-- project.json
|-- README.txt
|-- app
|-- api
|-- controller
|-- db
|-- middlewares
|-- models
|-- routes
|-- utils
|-- dashboard
|-- page.jsx
|-- favicon.ico
|-- fonts
|-- GeistMonoVF.woff
|-- GeistVF.woff
|-- globals.css
|-- layout.js
|-- page.js
|-- signin
|-- page.jsx
|-- _app.js
|-- components
|-- app-sidebar.jsx
|-- icons
|-- UpstoxIcon.js
|-- ui
|-- button.jsx
|-- card.jsx
|-- form.jsx
|-- input.jsx
|-- label.jsx
|-- separator.jsx
|-- sheet.jsx
|-- sidebar.jsx
|-- skeleton.jsx
|-- tooltip.jsx
|-- components.json
|-- hooks
|-- use-mobile.jsx
|-- jsconfig.json
|-- lib
|-- utils.js
|-- next.config.mjs
|-- package-lock.json
|-- package.json
|-- postcss.config.mjs
|-- public
|-- file.svg
|-- globe.svg
|-- next.svg
|-- vercel.svg
|-- window.svg
|-- README.md
|-- tailwind.config.js