Skip to content

Commit d1af028

Browse files
committed
Build fix
1 parent 1a02045 commit d1af028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GQL_Queries/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
*/
77
export { default as AcSubmissionQuery } from './recentAcSubmit';
88
export { default as contestQuery } from './contest';
9-
export { default as userProfileQuery } from './userProfile';
9+
export { userProfileQuery } from './userProfile';
1010
export { default as submissionQuery } from './recentSubmit';
1111
export { default as languageStatsQuery } from './languageStats';

0 commit comments

Comments
 (0)