File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/feedback/src/screenshot/components Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/* eslint-disable max-lines */
2
+ import type { FeedbackInternalOptions , FeedbackModalIntegration } from '@sentry/core' ;
2
3
import type { ComponentType , VNode , h as hType } from 'preact' ;
4
+ // biome-ignore lint/nursery/noUnusedImports: need Preact import for JSX
3
5
import { h } from 'preact' ; // eslint-disable-line @typescript-eslint/no-unused-vars
4
6
import type * as Hooks from 'preact/hooks' ;
5
- import { useTakeScreenshotFactory } from './useTakeScreenshot' ;
6
- import type { FeedbackInternalOptions , FeedbackModalIntegration } from '@sentry/core' ;
7
7
import { DOCUMENT , WINDOW } from '../../constants' ;
8
+ import IconCloseFactory from './IconClose' ;
8
9
import { createScreenshotInputStyles } from './ScreenshotInput.css' ;
9
10
import ToolbarFactory from './Toolbar' ;
10
- import IconCloseFactory from './IconClose ' ;
11
+ import { useTakeScreenshotFactory } from './useTakeScreenshot ' ;
11
12
12
13
interface FactoryParams {
13
14
h : typeof hType ;
You can’t perform that action at this time.
0 commit comments