Skip to content

Commit

Permalink
fix(ui): wrong import with @
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 14, 2022
1 parent ca8b96d commit c78f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/templates/Templates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
import Kicon from "../Kicon"
import RestoreUrl from "../../mixins/restoreUrl";
import _merge from "lodash/merge";
import MarkdownTooltip from "@/components/layout/MarkdownTooltip";
import MarkdownTooltip from "../../components/layout/MarkdownTooltip";
export default {
mixins: [RouteContext, RestoreUrl, DataTableActions],
Expand Down

0 comments on commit c78f773

Please sign in to comment.