4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
|
|
import heroItemFighter1Csv from './heroItemFighter1.csv';
|
||
|
|
|
||
|
|
export const heroItemFighter1Data = heroItemFighter1Csv;
|