We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b2e7b commit ffd7b14Copy full SHA for ffd7b14
src/components/WwtHUD.vue renamed to src/components/WwtHud.vue
src/index.ts
@@ -9,7 +9,7 @@ import LocationSelector from "./components/LocationSelector.vue";
9
import FundingAcknowledgement from "./components/FundingAcknowledgement.vue";
10
import CreditLogos from "./components/CreditLogos.vue";
11
import GeolocationButton from "./components/GeolocationButton.vue";
12
-import WwtHUD from "./components/WwtHUD.vue";
+import WwtHud from "./components/WwtHud.vue";
13
import Gallery from "./components/Gallery.vue";
14
15
@@ -26,7 +26,7 @@ export {
26
FundingAcknowledgement,
27
CreditLogos,
28
GeolocationButton,
29
- WwtHUD,
+ WwtHud,
30
PositionCoords,
31
useGeolocation,
32
useWWTKeyboardControls,
0 commit comments