Skip to content

Commit

Permalink
🐛 merge conlict 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
oaoong committed Nov 1, 2023
1 parent 77120bf commit 80ed5d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/assets.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import AlarmIcon from '/public/images/bell.svg'
import GoogleIcon from '/public/images/google.png'
import LeftIcon from '/public/images/icon-left.svg'
import RightIcon from '/public/images/icon-right.svg'
import KakaoIcon from '/public/images/kakao.png'
import Logo from '/public/images/logo.svg'
import MenuIcon from '/public/images/menu-icon.svg'
import LeftIcon from '/public/images/icon-left.svg'
import RightIcon from '/public/images/icon-right.svg'
import XIcon from '/public/images/x-icon.svg'

const Assets = {
menuIcon: MenuIcon,
alarmIcon: AlarmIcon,
leftIcon: LeftIcon,
rightIcon: RightIcon
rightIcon: RightIcon,
googleIcon: GoogleIcon,
kakaoIcon: KakaoIcon,
logo: Logo,
Expand Down

0 comments on commit 80ed5d6

Please sign in to comment.