Skip to content

Commit

Permalink
refactor(constants): remove unnecessary path
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Sep 19, 2024
1 parent d66c80a commit 9240a17
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions constants/path_list.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
const pathList = {
export const pathList = {
root: '/',
policy: '/policy',
feed: '/feed',
entries: '/entries',
categories: '/categories',
tags: '/tags',
draft: '/draft',
};

export { pathList };
} as const;

0 comments on commit 9240a17

Please sign in to comment.