Skip to content

Commit

Permalink
fix(rollups): Fix typo in import path
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov authored and brunomenezes committed Jul 6, 2023
1 parent be5a080 commit cc75b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rollups/src/containers/rollups/Dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import {
DApp_OrderBy,
useDappsQuery,
useDashboardQuery,
} from '../../generated//graphql/subgraph';
} from '../../generated/graphql/subgraph';

export interface DappsProps {
chainId: number;
Expand Down

0 comments on commit cc75b1f

Please sign in to comment.