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
+9 -9
View File
@@ -1,11 +1,11 @@
import CrystalsongForest1 from './crystalsong-forest-music-1.ogg'
import CrystalsongForest2 from './crystalsong-forest-music-2.ogg'
import CrystalsongForest3 from './crystalsong-forest-music-3.ogg'
import CrystalsongForest4 from './crystalsong-forest-music-4.ogg'
import CrystalsongForest1 from "./crystalsong-forest-music-1.ogg";
import CrystalsongForest2 from "./crystalsong-forest-music-2.ogg";
import CrystalsongForest3 from "./crystalsong-forest-music-3.ogg";
import CrystalsongForest4 from "./crystalsong-forest-music-4.ogg";
export default [
CrystalsongForest1,
CrystalsongForest2,
CrystalsongForest3,
CrystalsongForest4
]
CrystalsongForest1,
CrystalsongForest2,
CrystalsongForest3,
CrystalsongForest4,
];