aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/todos/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/todos/constants.ts')
-rw-r--r--src/features/todos/constants.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/features/todos/constants.ts b/src/features/todos/constants.ts
new file mode 100644
index 000000000..303a7a16e
--- /dev/null
+++ b/src/features/todos/constants.ts
@@ -0,0 +1,8 @@
1export const IPC = {
2 TODOS_HOST_CHANNEL: 'TODOS_HOST_CHANNEL',
3 TODOS_CLIENT_CHANNEL: 'TODOS_CLIENT_CHANNEL',
4};
5
6export const TODOS_ROUTES = {
7 TARGET: '/todos',
8};