-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.txt
53 lines (53 loc) · 881 Bytes
/
structure.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
frontend
|-node_modules
|-public
| |-images
|-src
| |-api
| | |-axios.js
| |-app
| | |-features
| | | |-authSlice.js
| | | |-chatSlice.js
| | | |-llmSlice.js
| | | |-userSlice.js
| | |-store.js
| |-assests
| |-components
| | |-auth
| | | |-Login.jsx
| | | |-PrivateRoute.jsx
| | | |-Register.jsx
| | |-chat
| | |-layout
| | | |-DashboardLayout.jsx
| | | |-Navbar.jsx
| | | |-Navbardash.jsx
| | | |-PageLayout.jsx
| | |-ui
| | | |-animations
| | | | |-LoadingAnimation.jsx
| | | |-RenderChatList.jsx
| | | |-SideBar.jsx
| | | |-UserButton.jsx
| |-pages
| | |-AuthPage.jsx
| | |-Chat.jsx
| | |-Dashboard.jsx
| | |-LandingPage.jsx
| | |-NotFound.jsx
| |-utils
| | |-TokenValidation.jsx
| |-App.css
| |-App.jsx
| |-index.css
| |-main.jsx
|-.env
|-.gitignore
|-package-lock.json
|-package.json
|-postcss.config.js
|-README.md
|-tailwind.config.js
|-vite.config.js
|-vite.config.js