Skip to content

Commit

Permalink
Merge pull request #19 from Misterblue/bug/compileLinux
Browse files Browse the repository at this point in the history
Change case of include so App.vue compiles on Linux.
  • Loading branch information
digisomni committed Jul 28, 2021
2 parents ec976c1 + 3cbc8ba commit e68613d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import { defineComponent } from 'vue';
// Modules
import { AudioInput } from './modules/audio/input/audioInput.js';
import { AudioInput } from './modules/audio/input/AudioInput.js';
import { Metaverse } from './modules/metaverse/metaverse.js';
import { Entities } from './modules/entities/entities.js';
import { Explore } from './modules/explore/explore.js';
Expand Down

0 comments on commit e68613d

Please sign in to comment.