Skip to content

Commit

Permalink
refactor: image import문 상대 경로로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
grapefruit13 committed Apr 17, 2024
1 parent cdaa850 commit 4331923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/inputs/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import { ChangeEvent } from 'react';

import classNames from 'classnames/bind';

import searchIcon from '@/assets/ic-search.svg';
import { SVGS } from '@/constants';

import searchIcon from '../../assets/ic-search.svg';

import styles from './SearchBar.module.scss';

const cx = classNames.bind(styles);
Expand Down

0 comments on commit 4331923

Please sign in to comment.