Skip to content

Commit

Permalink
Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchung committed Oct 17, 2024
1 parent 8706da5 commit 604262a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/notifications/settings/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ import {
WALLET_GROUPS_STORAGE_KEY,
WALLET_TOPICS_STORAGE_KEY,
} from '@/notifications/settings/constants';
import {
GlobalNotificationTopics,
GroupSettings,
WalletNotificationSettings,
} from '@/notifications/settings/types';
import { GlobalNotificationTopics, GroupSettings, WalletNotificationSettings } from '@/notifications/settings/types';
import { MMKV } from 'react-native-mmkv';
import { STORAGE_IDS } from '@/model/mmkv';

Expand Down

0 comments on commit 604262a

Please sign in to comment.