Skip to content

Commit

Permalink
style: todo 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Jul 24, 2024
1 parent 3d12c84 commit 05a6d2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions HDesign/src/components/TopNav/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import {TopNavProps} from './TopNav.type';
import Switch from '../Switch/Switch';
import {useState} from 'react';

// TODO: (@todari) navigation으로 인해 storybook 동작하지 않는 오류 해결해야함
// + 페이지 정하는 것에 따라, navigate 경로 수정해 줘야 함

const PATH_TABLE: Record<string, {display: string; path: string}> = {
home: {display: '홈', path: 'home'},
admin: {display: '관리', path: 'admin'},
Expand Down

0 comments on commit 05a6d2e

Please sign in to comment.