aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/constants.ts
blob: 303a7a16e38605b11fcbea2191f7f57bbf6371eb (plain) (blame)
1
2
3
4
5
6
7
8
export const IPC = {
  TODOS_HOST_CHANNEL: 'TODOS_HOST_CHANNEL',
  TODOS_CLIENT_CHANNEL: 'TODOS_CLIENT_CHANNEL',
};

export const TODOS_ROUTES = {
  TARGET: '/todos',
};