Please enable JavaScript.
Coggle requires JavaScript to display documents.
Admin, :file_folder:components, :file_folder: app - Coggle Diagram
Admin
:file_folder:hooks
use-active-store.tsx
use-category-modal.tsx
use-origin.tsx
use-product-modal.tsx
use-store-modal.tsx
:file_folder:actions
get-graph-revenue.ts
get-sales-count.ts
get-stock-count.ts
get-total-revenue.ts
:file_folder:lib
prismadb.ts
stripe.ts
utils.ts
:file_folder:providers
modal-provider.tsx
theme-provider.tsx
toast-provider.tsx
:file_folder:prisma
schema.prisma
components.json
LICENSE
middleware.ts
:file_folder:components
models
alert-modal.tsx
store-modal.tsx
ui
alert.tsx
api-alert.tsx
api-list.tsx
avatar.tsx
badge.tsx
button.tsx
card.tsx
checkbox.tsx
command.tsx
data-table.tsx
dialog.tsx
dropdown-menu.tsx
form.tsx
heading.tsx
image-upload.tsx
input.tsx
label.tsx
loader.tsx
modal.tsx
popover.tsx
select.tsx
seperator.tsx
table.tsx
tabs.tsx
main-nav.tsx
navbar.tsx
overview.tsx
store-switcher.tsx
theme-toggle.tsx
user-nav.tsx
:file_folder:
app
(auth)
(routes)
sign-in
[[...sign-in]]
page.tsx
sign-up
[[...sign-up]]
page.tsx
layout.tsx
(dashboard)
[storeId]
(routes)
billboards
[[billboardId]]
components
billboard-form.tsx
page.tsx
components
cell-action.tsx
client.tsx
columns.tsx
loading.tsx
page.tsx
categories
[categoryId]
components
category-form.tsx
page.tsx
components
cell-action.tsx
client.tsx
columns.tsx
loading.tsx
page.tsx
colors
[colorId]
components
color-form.tsx
page.tsx
components
cell-action.tsx
client.tsx
columns.tsx
loading.tsx
page.tsx
orders
components
client.tsx
columns.tsx
loading.tsx
page.tsx
products
[productId]
components
product-form.tsx
page.tsx
components
cell-action.tsx
client.tsx
columns.tsx
loading.tsx
page.tsx
settings
components
settings-form.tsx
loading.tsx
page.tsx
sizes
[sizeId]
components
size-form.tsx
page.tsx
components
cell-action.tsx
client.tsx
columns.tsx
loading.tsx
page.tsx
page.tsx
layout.tsx
(root)
(routes)
page.tsx
layout.tsx
api
[storeId]
billboards
[billboardId]
route.ts
route.ts
categories
[categoryId]
route.ts
route.ts
checkout
route.ts
colors
[colorId]
route.ts
route.ts
products
[productId]
route.ts
route.ts
sizes
[sizeId]
route.ts
route.ts
stores
[storeId]
route.ts
route.ts
webhook
route.ts
global.css
layout.tsx
loading.tsx