swaps in admin resources (#928)

This commit is contained in:
Philip Korsholm
2021-12-15 16:57:39 +01:00
committed by GitHub
parent b70df6be94
commit f5d3e4de10
3 changed files with 34 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ export * from "./routes/admin/notifications"
export * from "./routes/admin/shipping-profiles"
export * from "./routes/admin/store"
export * from "./routes/admin/variants"
export * from "./routes/admin/swaps"
// Store
export * from "./routes/store/auth"
export * from "./routes/store/carts"