17951: Remove compute node ui and associated code
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 21a26a3a63e8e59294ef8f6a1a42d8bcca5b396c..97082e5acf0b04c0397f67b816bca1209c76d94e 100644 (file)
@@ -136,8 +136,6 @@ export const navigateToLinkAccount = push(Routes.LINK_ACCOUNT);
 
 export const navigateToKeepServices = push(Routes.KEEP_SERVICES);
 
-export const navigateToComputeNodes = push(Routes.COMPUTE_NODES);
-
 export const navigateToUsers = push(Routes.USERS);
 
 export const navigateToApiClientAuthorizations = push(Routes.API_CLIENT_AUTHORIZATIONS);