Skip to content

Commit 81550c3

Browse files
committed
Fix lint
1 parent 5399b92 commit 81550c3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • contentcuration/contentcuration/frontend/settings/pages/Account

contentcuration/contentcuration/frontend/settings/pages/Account/index.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,13 @@
159159
import ChangePasswordForm from './ChangePasswordForm';
160160
import DeleteAccountForm from './DeleteAccountForm';
161161
import CopyToken from 'shared/views/CopyToken';
162-
import Alert from 'shared/views/Alert';
163162
164163
export default {
165164
name: 'Account',
166165
components: {
167166
ChangePasswordForm,
168167
CopyToken,
169168
FullNameForm,
170-
Alert,
171169
DeleteAccountForm,
172170
},
173171
data() {

0 commit comments

Comments
 (0)