Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit afa3b3c

Browse files
committed
Add build command
1 parent 30165b0 commit afa3b3c

File tree

4 files changed

+1019
-5
lines changed

4 files changed

+1019
-5
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
module.exports = {
1+
const PATHS = {
22
DEFAULT_BASE_PATH: "/admin",
33
SETTINGS: "/settings",
44
BEHAVIORS: "/behaviors",
55
FIXTURES: "/fixtures",
66
ABOUT: "/about"
77
};
8+
9+
module.exports = PATHS;

0 commit comments

Comments
 (0)