feat: remove explore page

This commit is contained in:
Ali BARIN
2022-04-02 11:35:38 +02:00
committed by Ömer Faruk Aydın
parent 4173e3bd2a
commit 45f810b5b8
4 changed files with 0 additions and 23 deletions

View File

@@ -1,5 +1,4 @@
export const CONNECTIONS = '/connections';
export const EXPLORE = '/explore';
export const EXECUTIONS = '/executions';
export const EXECUTION_PATTERN = '/executions/:executionId';
export const EXECUTION = (executionId: string): string => `/executions/${executionId}`;