Skip to content

Commit b051c80

Browse files
pkp/pkp-lib#11897 Update order of imports of Icons
1 parent ff75fe7 commit b051c80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Icon/Icon.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import ChevronUp from './icons/ChevronUp.vue';
3333
import Clock from './icons/Clock.vue';
3434
import Comment from './icons/Comment.vue';
3535
import Complete from './icons/Complete.vue';
36+
import Content from './icons/Content.vue';
3637
import Dashboard from './icons/Dashboard.vue';
3738
import Declined from './icons/Declined.vue';
3839
import DecreaseTextSize from './icons/DecreaseTextSize.vue';
@@ -122,7 +123,6 @@ import UsefulTipsPrimary from './icons/UsefulTipsPrimary.vue';
122123
import User from './icons/User.vue';
123124
import View from './icons/View.vue';
124125
import Workflow from './icons/Workflow.vue';
125-
import Content from './icons/Content.vue';
126126
127127
const svgIcons = {
128128
Add,
@@ -152,6 +152,7 @@ const svgIcons = {
152152
Clock,
153153
Comment,
154154
Complete,
155+
Content,
155156
Dashboard,
156157
Declined,
157158
DefaultDocument,
@@ -206,6 +207,7 @@ const svgIcons = {
206207
NotVisible,
207208
OpenReview,
208209
Orcid,
210+
OrcidUnauthenticated,
209211
Overdue,
210212
Paste,
211213
Payment,
@@ -240,8 +242,6 @@ const svgIcons = {
240242
User,
241243
View,
242244
Workflow,
243-
OrcidUnauthenticated,
244-
Content,
245245
};
246246
247247
const props = defineProps({

0 commit comments

Comments
 (0)