Skip to content

Commit

Permalink
fix: asset export 방식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoung234 committed Jul 13, 2024
1 parent 5429262 commit b800602
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/asset/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export { ReactComponent as CloseIcon } from "./close-icon.svg";
export { ReactComponent as LogoLight } from "./logo-light.svg";
export { ReactComponent as LogoImageLight } from "./logo-light-image.svg";
export { ReactComponent as LogoTextLight } from "./logo-light-text.svg";
export { ReactComponent as PlusIcon } from "./plus-icon.svg";
export { ReactComponent as SearchIcon } from "./search-icon.svg";
export { ReactComponent as ImageIcon } from "./image-icon.svg";
export { ReactComponent as RightIcon } from "./right-icon.svg";
export { ReactComponent as LeftIcon } from "./left-icon.svg";
export { ReactComponent as OutwardIcon } from "./outward-icon.svg";
export { ReactComponent as PinIcon } from "./pin-icon.svg";
export { ReactComponent as ClickedPinIcon } from "./clicked-pin-icon.svg";
export { ReactComponent as CampusPinIcon } from "./campus-pin-icon.svg";
export { ReactComponent as Check } from "./check.svg";
export { default as CloseIcon } from "./close-icon.svg?react";
export { default as LogoLight } from "./logo-light.svg?react";
export { default as LogoImageLight } from "./logo-light-image.svg?react";
export { default as LogoTextLight } from "./logo-light-text.svg?react";
export { default as PlusIcon } from "./plus-icon.svg?react";
export { default as SearchIcon } from "./search-icon.svg?react";
export { default as ImageIcon } from "./image-icon.svg?react";
export { default as RightIcon } from "./right-icon.svg?react";
export { default as LeftIcon } from "./left-icon.svg?react";
export { default as OutwardIcon } from "./outward-icon.svg?react";
export { default as PinIcon } from "./pin-icon.svg?react";
export { default as ClickedPinIcon } from "./clicked-pin-icon.svg?react";
export { default as CampusPinIcon } from "./campus-pin-icon.svg?react";
export { default as Check } from "./check.svg?react";

0 comments on commit b800602

Please sign in to comment.