Skip to content

Commit

Permalink
remove link constants
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Nov 21, 2023
1 parent 90f5cbd commit 4dc906c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/constants/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export const RECORD_RECORD = '/record/';
export const REVISION = '/revision/';
export const ABOUT_BUILD = '/about-build';
export const AUTOINCREMENT = '/autoincrements/';
export const PROJECT_CREATE = '/new-notebook';
export const PROJECT_DESIGN = '/notebook/';
export const PROJECT_ATTACHMENT = '/attachment/';

export function getRecordRoute(
Expand Down

0 comments on commit 4dc906c

Please sign in to comment.