Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Oct 17, 2023
1 parent 7140944 commit 842a205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/next/src/components/now.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { gql } from '../client/query';
import { TestFragmentFragmentDoc } from '../generated/documents';
import { FragmentType, getFragment } from '../generated/fragment-masking';
import { type FragmentType, getFragment } from '../generated/fragment-masking';

gql`
fragment TestFragment on Query {
Expand Down

0 comments on commit 842a205

Please sign in to comment.