diff options
Diffstat (limited to 'graphgraph-fe/src/constants.js')
-rw-r--r-- | graphgraph-fe/src/constants.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphgraph-fe/src/constants.js b/graphgraph-fe/src/constants.js new file mode 100644 index 0000000..6076e6f --- /dev/null +++ b/graphgraph-fe/src/constants.js @@ -0,0 +1,2 @@ +export const CLICKED = 'clicked' +export const PATH = 'on-path' |