From e37c2aacdb524a364ee07265df72939426f85f3e Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 21 Feb 2023 07:18:45 +0100 Subject: [PATCH] Remove .vue as imports --- admin/src/App.vue | 2 +- .../components/ChangeUserRoleFormular.spec.js | 2 +- .../ConfirmRegisterMailFormular.spec.js | 2 +- .../ContributionLink/ContributionLink.spec.js | 2 +- .../ContributionLink/ContributionLink.vue | 4 +- .../ContributionLinkForm.spec.js | 2 +- .../ContributionLinkList.spec.js | 2 +- .../ContributionLink/ContributionLinkList.vue | 2 +- .../ContributionMessagesFormular.spec.js | 2 +- .../ContributionMessagesList.spec.js | 2 +- .../ContributionMessagesList.vue | 4 +- .../ContributionMessagesListItem.spec.js | 2 +- .../slots/ContributionMessagesListItem.vue | 2 +- admin/src/components/CreationFormular.spec.js | 2 +- .../CreationTransactionList.spec.js | 2 +- .../components/DeletedUserFormular.spec.js | 2 +- .../components/EditCreationFormular.spec.js | 2 +- admin/src/components/FigureQrCode.spec.js | 2 +- admin/src/components/NavBar.spec.js | 2 +- admin/src/components/Overlay.spec.js | 2 +- .../Tables/OpenCreationsTable.spec.js | 2 +- .../components/Tables/OpenCreationsTable.vue | 6 +-- .../components/Tables/SearchUserTable.spec.js | 2 +- .../src/components/Tables/SearchUserTable.vue | 12 +++--- .../components/Tables/StatisticTable.spec.js | 2 +- .../components/TransactionLinkList.spec.js | 2 +- admin/src/layouts/defaultLayout.vue | 4 +- admin/src/main.js | 2 +- admin/src/pages/CommunityStatistic.spec.js | 2 +- admin/src/pages/CommunityStatistic.vue | 2 +- admin/src/pages/ContributionLinks.spec.js | 2 +- admin/src/pages/ContributionLinks.vue | 2 +- admin/src/pages/CreationConfirm.spec.js | 2 +- admin/src/pages/CreationConfirm.vue | 4 +- admin/src/pages/Overview.spec.js | 2 +- admin/src/pages/UserSearch.spec.js | 2 +- admin/src/pages/UserSearch.vue | 2 +- frontend/src/App.vue | 4 +- .../ContributionMessagesFormular.spec.js | 2 +- .../ContributionMessagesList.spec.js | 2 +- .../ContributionMessagesList.vue | 4 +- .../ContributionMessagesListItem.spec.js | 4 +- .../ContributionMessagesListItem.vue | 2 +- .../Contributions/ContributionForm.spec.js | 2 +- .../Contributions/ContributionForm.vue | 6 +-- .../Contributions/ContributionList.spec.js | 2 +- .../Contributions/ContributionList.vue | 2 +- .../ContributionListItem.spec.js | 2 +- .../Contributions/ContributionListItem.vue | 2 +- .../Contributions/OpenCreationsAmount.spec.js | 2 +- .../DecayInformations/CollapseLinksList.vue | 2 +- .../DecayInformation-DecayStartblock.vue | 2 +- .../DecayInformation-Long.vue | 2 +- .../GddSend/TransactionForm.spec.js | 6 +-- .../components/GddSend/TransactionForm.vue | 8 ++-- .../GddSend/TransactionResultLink.vue | 4 +- .../src/components/GdtTransactionList.vue | 2 +- .../LinkInformations/RedeemLoggedOut.vue | 2 +- .../LinkInformations/RedeemSelfCreator.vue | 2 +- .../LinkInformations/RedeemValid.vue | 2 +- frontend/src/components/Menu/Navbar.spec.js | 2 +- frontend/src/components/Menu/Sidebar.spec.js | 2 +- .../MobileSidebar/MobileSidebar.vue | 2 +- .../Template/RightSide/LastTransactions.vue | 2 +- frontend/src/components/Transaction.vue | 2 +- .../TransactionLinks/TransactionLink.vue | 2 +- .../components/UserSettings/UserLanguage.vue | 2 +- frontend/src/layouts/AuthLayout.vue | 8 ++-- frontend/src/layouts/DashboardLayout.vue | 30 +++++++------- frontend/src/main.js | 2 +- frontend/src/pages/Community.vue | 6 +-- frontend/src/pages/Overview.vue | 2 +- frontend/src/pages/Register.vue | 2 +- frontend/src/pages/Send.spec.js | 4 +- frontend/src/pages/Send.vue | 14 +++---- frontend/src/pages/Settings.vue | 10 ++--- frontend/src/pages/Transactions.vue | 4 +- frontend/src/routes/router.test.js | 2 +- frontend/src/routes/routes.js | 40 +++++++++---------- 79 files changed, 151 insertions(+), 151 deletions(-) diff --git a/admin/src/App.vue b/admin/src/App.vue index bcaab2ef9..2094e06b1 100644 --- a/admin/src/App.vue +++ b/admin/src/App.vue @@ -6,7 +6,7 @@