Skip to content

Commit e6ce914

Browse files
committed
correcting Icon import path
1 parent 6b7fc55 commit e6ce914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Registry/UtilComponents/TableComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<script>
3939
import stringUtils from "@/utils/stringUtils.js";
4040
import { capitalize } from "lodash";
41-
import Icon from "@/components/Icon/icon";
41+
import Icon from "@/components/Icon/Icon";
4242
4343
export default {
4444
name: "TableComponent",

0 commit comments

Comments
 (0)