Skip to content

Commit ffd7b14

Browse files
committed
Rename HUD for better component tag auto-detection.
1 parent 80b2e7b commit ffd7b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import LocationSelector from "./components/LocationSelector.vue";
99
import FundingAcknowledgement from "./components/FundingAcknowledgement.vue";
1010
import CreditLogos from "./components/CreditLogos.vue";
1111
import GeolocationButton from "./components/GeolocationButton.vue";
12-
import WwtHUD from "./components/WwtHUD.vue";
12+
import WwtHud from "./components/WwtHud.vue";
1313
import Gallery from "./components/Gallery.vue";
1414

1515

@@ -26,7 +26,7 @@ export {
2626
FundingAcknowledgement,
2727
CreditLogos,
2828
GeolocationButton,
29-
WwtHUD,
29+
WwtHud,
3030
PositionCoords,
3131
useGeolocation,
3232
useWWTKeyboardControls,

0 commit comments

Comments
 (0)