Skip to content

Commit 3606e86

Browse files
committed
Remove unused type
1 parent 79e7dd1 commit 3606e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/pages/VerifyPreviousName.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
import { useRoute, useRouter } from "vue-router";
5050
5151
import { putProfile } from "@/api/profile";
52-
import Breadcrumb, { type ItemsType } from "@/components/Breadcrumb.vue";
52+
import Breadcrumb from "@/components/Breadcrumb.vue";
5353
import ECEHeader from "@/components/ECEHeader.vue";
5454
import FileUploader from "@/components/FileUploader.vue";
5555
import PageContainer from "@/components/PageContainer.vue";

0 commit comments

Comments
 (0)