Skip to content

Commit

Permalink
chore: 컨플릭트 해소
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrabbit committed Jul 31, 2023
1 parent ac3690a commit 67fb669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/assets/svg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export { ReactComponent as DeleteIcon } from './delete.svg';
export { ReactComponent as EditIcon } from './edit.svg';
export { ReactComponent as LogoIcon } from './logo.svg';
export { ReactComponent as PlusIcon } from './plus.svg';
export { ReactComponent as ClockIcon } from './clock.svg';
export { ReactComponent as CheckIcon } from './check.svg';
export { ReactComponent as ArrowExpandMoreIcon } from './arrow-expand-more.svg';
export { ReactComponent as ArrowExpandLessIcon } from './arrow-expand-less.svg';
export { ReactComponent as MegaphoneIcon } from './megaphone.svg';
2 changes: 2 additions & 0 deletions frontend/src/types/size.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export type ThreadSize = Extract<Size, 'sm' | 'md'>;

export type NotificationSize = Extract<Size, 'sm' | 'md'>;

export type CheckboxSize = Extract<Size, 'sm' | 'md' | 'lg' | 'xl'>;

export type NoticeTagSize = Extract<Size, 'sm' | 'md'>;

export type NoticeThreadSize = Extract<Size, 'sm' | 'md'>;

0 comments on commit 67fb669

Please sign in to comment.