feat: add executions page

This commit is contained in:
Ali BARIN
2022-03-13 12:52:31 +03:00
committed by Ömer Faruk Aydın
parent ab82134b88
commit 2218ffd790
15 changed files with 260 additions and 10 deletions
+1
View File
@@ -1,5 +1,6 @@
export const CONNECTIONS = '/connections';
export const EXPLORE = '/explore';
export const EXECUTIONS = '/executions';
export const LOGIN = '/login';