feat: Adds Customer Admin routes to JS client (#918)

This commit is contained in:
Oliver Windall Juhl
2021-12-13 21:32:47 +01:00
committed by GitHub
parent 5c47184b10
commit 25fe224a10
4 changed files with 73 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ export default (container, config) => {
}
export * from "./routes/admin/auth"
export * from "./routes/admin/customers"
export * from "./routes/admin/notifications"
export * from "./routes/admin/store"
export * from "./routes/admin/variants"