FOLDER STRUCTURE
├── 📁Admin
├── 📁public
└── 📁src
├── 📁assets
| ├── 📁icons
| ├── 📁images
| └── 📁logo
├── 📁common
| ├── 📁animatedsection
| ├── 📁cropper
| ├── 📁file
| ├── 📁Hooks
| ├── 📁imageCropper
| └── 📁OTPInput
├── 📁components
| ├── 📁authheader
| ├── 📁button
| ├── 📁chatbot
| | ├── 📁chatbotbody
| | ├── 📁chatbotfooter
| | ├── 📁chatbotheader
| | └── 📁entermessagebox
| ├── 📁input
| ├── 📁loginwithgoogle
| ├── 📁modal
| | ├── 📁changepassword
| | ├── 📁common
| | | └── 📁closeicon
| | ├── 📁conformation
| | └── 📁createknowledgesource
| ├── 📁pagination
| └── 📁textarea
├── 📁helpers
| ├── 📁API
| └── 📁utils
├── 📁layout
| ├── 📁defaultLayout
| └── 📁header
| └── 📁profile
├── 📁routes
| ├── 📁changePassword
| ├── 📁forgotPassword
| ├── 📁login
| ├── 📁settings
| | ├── 📁information
| | └── 📁settingstab
| ├── 📁signup
| ├── 📁stats
| | ├── 📁chatbotsettings
| | | ├── 📁chatbotdetails
| | | ├── 📁chooseimage
| | | └── 📁tab
| | ├── 📁chathistory
| | | └── 📁chathistorytable
| | ├── 📁embeddingscript
| | ├── 📁knowledgesources
| | ├── 📁statsdetails
| | | └── 📁usage
| | └── 📁statstab
| └── 📁verifyEmail
├── 📁routeWrappers
├── 📁store
| └── 📁slices
└── 📁styles
├── 📁container
└── 📁mixins