Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <yuyezhu@amazon.com>
  • Loading branch information
yuye-aws committed Jul 6, 2023
1 parent 14fec48 commit 53eeb33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/public/chrome/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@ export const GITHUB_CREATE_ISSUE_LINK =

export const WORKSPACE_APP_ID = 'workspace';

export const WORKSPACE_ID_IN_SESSION_STORAGE = '_workspace_id_';

export const PATHS = {
create: '/create',
overview: '/overview',
update: '/update',
};
export const WORKSPACE_OP_TYPE_CREATE = 'create';
export const WORKSPACE_OP_TYPE_UPDATE = 'update';

0 comments on commit 53eeb33

Please sign in to comment.