File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import kwonImage from '../images/organizer/권혁민.png' ;
2+ import baeImage from '../images/organizer/배권한.png' ;
3+ import leeImage from '../images/organizer/이준원.jpeg' ;
4+ import janImage from '../images/organizer/잔부부.png' ;
5+ import joImage from '../images/organizer/조성수.jpeg' ;
6+ import choImage from '../images/organizer/조현진.jpeg' ;
7+ import juImage from '../images/organizer/주환석.jpg' ;
8+
19export const team = [
210 {
311 id : 1 ,
412 name : "권혁민" ,
513 role : "committeeRole" ,
614 org : "" ,
7- image : null
15+ image : kwonImage
816 } ,
917 {
1018 id : 2 ,
1119 name : "배권한" ,
1220 role : "committeeRole" ,
1321 org : "" ,
14- image : null
22+ image : baeImage
1523 } ,
1624 {
1725 id : 3 ,
@@ -25,34 +33,34 @@ export const team = [
2533 name : "이준원" ,
2634 role : "committeeRole" ,
2735 org : "" ,
28- image : null
36+ image : leeImage
2937 } ,
3038 {
3139 id : 5 ,
3240 name : "잔부부" ,
3341 role : "committeeRole" ,
3442 org : "" ,
35- image : null
43+ image : janImage
3644 } ,
3745 {
3846 id : 6 ,
3947 name : "조성수" ,
4048 role : "committeeRole" ,
4149 org : "" ,
42- image : null
50+ image : joImage
4351 } ,
4452 {
4553 id : 7 ,
4654 name : "조현진" ,
4755 role : "committeeRole" ,
4856 org : "" ,
49- image : null
57+ image : choImage
5058 } ,
5159 {
5260 id : 8 ,
5361 name : "주환석" ,
5462 role : "committeeRole" ,
5563 org : "" ,
56- image : null
64+ image : juImage
5765 }
5866]
You can’t perform that action at this time.
0 commit comments