You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export const OTHER_CONNECT = 'other'; |
|
export const DEFAULT_INFO = 'DESIGNER'; |
|
export const ACTION_DELETE = 'ACTION_DELETE'; |
|
export const ACTION_COPY = 'ACTION_COPY'; |
|
export const ACTION_TEST = 'ACTION_TEST';
|
|
|