Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LYkcul committed Oct 9, 2023
1 parent 8d6d039 commit 23528de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vjudge/src/providers/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import codeforces from './codeforces';
import csgoj from './csgoj';
import hduoj from './hduoj';
import {
BZOJ as bzoj, HUSTOJ as hustoj, XJOI as xjoi, YBT as ybt,
YBTBAS as ybtbas,
Expand All @@ -8,7 +9,6 @@ import luogu from './luogu';
import poj from './poj';
import spoj from './spoj';
import uoj from './uoj';
import hduoj from './hduoj';

const vjudge: Record<string, any> = {
codeforces,
Expand Down

0 comments on commit 23528de

Please sign in to comment.