aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/constants.js
blob: 2e8a431ccbd9184b5d6ebe24f148a96f79a95375 (plain) (blame)
1
2
3
4
export const IPC = {
  TODOS_HOST_CHANNEL: 'TODOS_HOST_CHANNEL',
  TODOS_CLIENT_CHANNEL: 'TODOS_CLIENT_CHANNEL',
};