Commit 917885d2 authored by Michael Underwood's avatar Michael Underwood
Browse files

Convert components index to ts

parent ecb8fa3a
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  </l-map>
</template>
<script>
import { LMap, LTileLayer, LCircle } from "./../../components";
import { LMap, LTileLayer, LCircle } from "../../components";

export default {
  components: {
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  </l-map>
</template>
<script>
import { LMap, LTileLayer, LCircleMarker } from "./../../components";
import { LMap, LTileLayer, LCircleMarker } from "../../components";

export default {
  components: {
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
  </l-map>
</template>
<script>
import { LMap, LTileLayer, LControlAttribution } from "./../../components";
import { LMap, LTileLayer, LControlAttribution } from "../../components";

export default {
  components: {
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  </l-map>
</template>
<script>
import { LMap, LTileLayer, LControl } from "./../../components";
import { LMap, LTileLayer, LControl } from "../../components";

export default {
  components: {
Loading