Skip to content

Commit

Permalink
chore: clean up unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Feb 17, 2025
1 parent cf8efe8 commit fbefdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {Channel, Message, Server, User} from 'revolt.js';

import {setLanguage} from '@clerotri-i18n/i18n';
import {languages} from '@clerotri-i18n/languages';
import {DEFAULT_API_URL, LOADING_SCREEN_REMARKS} from '@clerotri/lib/consts';
import {LOADING_SCREEN_REMARKS} from '@clerotri/lib/consts';
import {checkNotificationPerms} from '@clerotri/lib/notifications/permissions';
import {storage} from '@clerotri/lib/storage';
import {themes} from '@clerotri/lib/themes';
Expand Down

0 comments on commit fbefdef

Please sign in to comment.