Skip to content

Commit

Permalink
chore(linter): fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Sep 15, 2023
1 parent 297b419 commit 0bacb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-react/src/lib/viewport/withViewport.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { ComponentType } from 'react';
import React, { type ComponentType } from 'react';

import { useViewport } from './useViewport.js';
import type { Viewport } from './types.js';
Expand Down

0 comments on commit 0bacb66

Please sign in to comment.