-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.json
32 lines (32 loc) · 2.05 KB
/
configuration.json
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
{
"exposes": {
"./App": "./src/App/index.tsx",
"./CherrytopFramework": "./src/Entry.tsx",
"./AuthProvider": "./src/components/custom/Auth/Auth3.tsx",
"./AppProvider": "./src/components/custom/providers/Providers.tsx",
"./AlertProvider": "./src/components/custom/providers/AlertProvider.tsx",
"./ConfirmProvider": "./src/components/custom/providers/Confirm/ConfirmProvider.tsx",
"./BottomNavigation": "./src/components/Mui/BottomNavigation/BottomNavigation.tsx",
"./Camera": "./src/components/custom/Camera/Camera.tsx",
"./ChatBox": "./src/components/custom/Chat/Chat.tsx",
"./ChatView": "./src/components/custom/Chat/ChatView.tsx",
"./ChartsContainer": "./src/components/custom/charts/ChartsWrapper.tsx",
"./DrawerContainer": "./src/components/Mui/Drawer/Drawer.tsx",
"./DateTimeLabel": "./src/components/custom/DateTimeLabel/DateTimeLabel.tsx",
"./DisplayCard": "./src/components/Mui/DisplayCard/DisplayCard.tsx",
"./FormContainer": "./src/components/custom/forms/FormContainer.tsx",
"./List": "./src/components/Mui/List/List.tsx",
"./MarkdownWrapper": "./src/components/custom/wrappers/MarkdownWrapper/MarkdownWrapper.tsx",
"./Navbar": "./src/components/Mui/Navbar/Navbar.tsx",
"./NavMenu": "./src/components/Mui/Navbar/NavMenu.tsx",
"./NotionDataWrapper": "./src/components/custom/NotionPage/NotionPage.tsx",
"./QueryWrapper": "./src/components/custom/wrappers/QueryWrapper/QueryWrapper.tsx",
"./ReusablePopover": "./src/components/custom/ReusablePopover/ReusablePopover.tsx",
"./ReusableTable": "./src/components/custom/charts/ReusableTable.tsx",
"./Tabs": "./src/components/Mui/Tabs/Tabs.tsx",
"./ThemeProvider": "./src/utilities/theme/index.ts",
"./utilities/queries": "./src/utilities/api/index.ts",
"./utilities/store": "./src/utilities/store/index.ts",
"./utilities/store/utilityStore": "./src/utilities/store/utilityStore.ts"
}
}