Skip to content

Commit bc39b3e

Browse files
committed
chore: Order imports
1 parent b144c8d commit bc39b3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ps/handlers/tours.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ import { Temporal } from '@js-temporal/polyfill';
33
import { PSPointsNonce, PSRoomConfigs } from '@/cache';
44
import { prefix } from '@/config/ps';
55
import { bulkAddPoints } from '@/database/points';
6+
import { ANNOUNCEMENTS_CHANNEL, ROLES } from '@/discord/constants/servers/petmods';
7+
import { getChannel } from '@/discord/loaders/channels';
8+
import { IS_ENABLED } from '@/enabled';
69
import { TimeZone } from '@/ps/handlers/cron/constants';
710
import getSecretFunction from '@/secrets/functions';
811
import { Form } from '@/utils/components/ps';
912
import { errorLog } from '@/utils/logger';
1013
import { randomString } from '@/utils/random';
1114

1215
import type { Client } from 'ps-client';
13-
import { getChannel } from '@/discord/loaders/channels';
14-
import { ANNOUNCEMENTS_CHANNEL, ROLES } from '@/discord/constants/servers/petmods';
15-
import { IS_ENABLED } from '@/enabled';
1616

1717
export type BracketNode = {
1818
team: string;

0 commit comments

Comments
 (0)