Skip to content

Commit

Permalink
fix: build error 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Jan 9, 2024
1 parent 64374f8 commit 9f321c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/common/Header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { ReactNode } from 'react';
import * as S from './Header.style';
import {
IcArrowLeftBlack,
IcArrowLeftWhite,
IcHome,
IcSharing,
} from '../../../assets';
import * as S from './Header.style';

interface HeaderProps {
headerTitle: string;
Expand Down

0 comments on commit 9f321c0

Please sign in to comment.