V2 (#2)
* Add default language while app is loading * Global refactoring; Add router support * Add hook for places-and-views; hook for panel-scroll; hook for sound * Update version & firebase config * Add useViewScroll hook for view component * Add dialog modal basics * Update screenshots; Create help dialog; Add new places and views;
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
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,
|
||||
];
|
||||
export default [CrystalsongForest1, CrystalsongForest2, CrystalsongForest3, CrystalsongForest4];
|
||||
|
||||
Reference in New Issue
Block a user