cleanup unused imports
This commit is contained in:
parent
495e6143d4
commit
893ab9d73b
60 changed files with 15 additions and 101 deletions
|
|
@ -2,7 +2,6 @@ import mastoapidata from '../../../../fixtures/mastoapi.json'
|
|||
|
||||
import {
|
||||
parseLinkHeaderPagination,
|
||||
parseNotification,
|
||||
parseStatus,
|
||||
parseUser,
|
||||
} from 'src/services/entity_normalizer/entity_normalizer.service.js'
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ describe('The lists store', () => {
|
|||
let store
|
||||
|
||||
beforeEach(() => {
|
||||
createTestingPinia({ stubActions: false })
|
||||
setActivePinia(createTestingPinia({ stubActions: false }))
|
||||
store = useListsStore()
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ import { useOAuthStore } from 'src/stores/oauth.js'
|
|||
import {
|
||||
MASTODON_APP_URL,
|
||||
MASTODON_APP_VERIFY_URL,
|
||||
OAUTH_MFA_CHALLENGE_URL,
|
||||
OAUTH_REVOKE_URL,
|
||||
OAUTH_TOKEN_URL,
|
||||
} from 'src/api/oauth.js'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
import { cloneDeep } from 'lodash'
|
||||
import { createPinia, setActivePinia } from 'pinia'
|
||||
|
||||
import {
|
||||
_getRecentData,
|
||||
_mergeHighlights,
|
||||
_moveItemInArray,
|
||||
useUserHighlightStore,
|
||||
} from 'src/stores/user_highlight.js'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue