We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a02045 commit d1af028Copy full SHA for d1af028
GQL_Queries/index.ts
@@ -6,6 +6,6 @@
6
*/
7
export { default as AcSubmissionQuery } from './recentAcSubmit';
8
export { default as contestQuery } from './contest';
9
-export { default as userProfileQuery } from './userProfile';
+export { userProfileQuery } from './userProfile';
10
export { default as submissionQuery } from './recentSubmit';
11
export { default as languageStatsQuery } from './languageStats';
0 commit comments