Files
Lieux-wow/src/assets/crystalsong-forest/view/index.ts
T
2020-08-19 15:19:26 +03:00

14 lines
436 B
TypeScript

import CrystalsongForest1 from "./crystalsong-forest-1.jpg";
import CrystalsongForest2 from "./crystalsong-forest-2.jpg";
import CrystalsongForest3 from "./crystalsong-forest-3.jpg";
import CrystalsongForest4 from "./crystalsong-forest-4.jpg";
import CrystalsongForest5 from "./crystalsong-forest-5.jpg";
export default [
CrystalsongForest1,
CrystalsongForest2,
CrystalsongForest3,
CrystalsongForest4,
CrystalsongForest5,
];