Skip to content

Commit

Permalink
Fixed a lint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder committed Oct 31, 2024
1 parent c83f8b9 commit ccb1100
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
import Comment from "../Comment/Comment.vue";
import Message from "../Message/Message.vue";
import { mapGetters } from "vuex";
import { CodeRange } from "../../../../../../../parser/CodeRange";
import { CodeRange } from "@/parser/CodeRange";
import WidthProviderOnBrowser from "../../../../../../../positioning/WidthProviderFunc";
import { TextType } from "../../../../../../../positioning/Coordinate";
import { TextType } from "@/positioning/Coordinate";
export default {
name: "return",
Expand Down

0 comments on commit ccb1100

Please sign in to comment.