Skip to content

Commit

Permalink
sort import
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Dec 2, 2023
1 parent 5bc0a89 commit b6a3424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
</template>

<script>
import { useStore } from "@/store";
import moment from "moment";
import Loader from "../components/Loader.vue";
import Map from "../components/Map.vue";
Expand All @@ -67,8 +68,6 @@ import * as markers from "../utils/map/marker";
import { getAddressByPos } from "../utils/map/utils";
import { getMapPosiotion } from "../utils/utils";
import { useStore } from "@/store";
const mapPosition = getMapPosiotion();
export default {
Expand Down

0 comments on commit b6a3424

Please sign in to comment.