cleanup unused imports

This commit is contained in:
Henry Jameson 2026-06-25 13:46:27 +03:00
commit 893ab9d73b
60 changed files with 15 additions and 101 deletions

View file

@ -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'