|
@ -1,5 +1,7 @@ |
|
|
import baseDate from "./base-date.js"; |
|
|
import baseDate from "./base-date.js"; |
|
|
import business from "./business.js"; |
|
|
import business from "./business.js"; |
|
|
|
|
|
import inventory from "./inventory.js"; |
|
|
|
|
|
|
|
|
export default [ |
|
|
export default [ |
|
|
{ |
|
|
{ |
|
|
path: "home", |
|
|
path: "home", |
|
@ -12,4 +14,5 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
...baseDate, |
|
|
...baseDate, |
|
|
...business, |
|
|
...business, |
|
|
|
|
|
...inventory, |
|
|
]; |
|
|
]; |
|
|