mirror of
https://github.com/zoriya/flood.git
synced 2025-12-21 06:35:14 +00:00
Rearrange app directory structure
This commit is contained in:
9
client/source/scripts/constants/ClientConstants.js
Normal file
9
client/source/scripts/constants/ClientConstants.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import keyMirror from 'keymirror';
|
||||
|
||||
const ClientConstants = keyMirror({
|
||||
ADD_TORRENT: 'client--add-torrent',
|
||||
REMOVE_TORRENT: 'client--remove-torrent',
|
||||
CLIENT_STATS_CHANGE: 'client--stats-change'
|
||||
});
|
||||
|
||||
export default ClientConstants;
|
||||
Reference in New Issue
Block a user