Refactoring using eslint & prettier

This commit is contained in:
obergodmar
2020-08-19 14:58:49 +03:00
parent 3868d89571
commit 26e9c3afaa
67 changed files with 2068 additions and 2502 deletions
+11 -11
View File
@@ -1,13 +1,13 @@
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'
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
]
CrystalsongForest1,
CrystalsongForest2,
CrystalsongForest3,
CrystalsongForest4,
CrystalsongForest5,
];