Browse Source

user types

pull/8/head
Tim Glasgow 3 years ago
parent
commit
e716506f75
  1. 2
      squarenotsquare/src/redux/types/UserTypes.js

2
squarenotsquare/src/redux/types/UserTypes.js

@ -0,0 +1,2 @@
export const SQUARE_START = 'square-start';
export const SQUARE_FINISHED = 'square-finished';
Loading…
Cancel
Save