Skip to content

Commit

Permalink
feat: 컴파일 단계에서의 에러 파악을 위해 svg icon src/shared/icon으로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
Legitgoons committed Apr 26, 2024
1 parent 05687a2 commit 788f5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes
3 changes: 2 additions & 1 deletion src/shared/ui/header/PageHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import BackIcon from '@public/assets/icon/back-icon.svg?react';
import { Link } from 'react-router-dom';

import BackIcon from '@/shared/icon/back-icon.svg?react';
import './PageHeader.scss';

interface PageHeaderProps {
Expand Down

0 comments on commit 788f5f9

Please sign in to comment.