-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
21 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import kia from "../asset/logos/기아.svg"; | ||
import dy from "../asset/logos/디와이.jpeg"; | ||
import logosamsung from "../asset/logos/삼성전자.svg"; | ||
import celltrion from "../asset/logos/셀트리온.svg"; | ||
import ecopro from "../asset/logos/에코프로.jpeg"; | ||
import ecoproBM from "../asset/logos/에코프로비엠.svg"; | ||
import kakaoBank from "../asset/logos/카카오뱅크.svg"; | ||
import kuckoo from "../asset/logos/쿠쿠홀딩스.jpeg"; | ||
import hanse from "../asset/logos/한세엠케이.jpeg"; | ||
import hyundai from "../asset/logos/현대차.svg"; | ||
import KG from "../asset/logos/KG케미칼.png"; | ||
import LGelec from "../asset/logos/LG전자.svg"; | ||
import LGchem from "../asset/logos/LG화학.svg"; | ||
import posco from "../asset/logos/POSCO홀딩스.svg"; | ||
|
||
export const dummyLogo = [logosamsung, posco, celltrion, ecopro, ecoproBM, dy, kuckoo, kakaoBank, hanse, KG, LGchem, hyundai, LGelec, kia]; |