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 11/* eslint-disable max-lines */
2+ import type { FeedbackInternalOptions , FeedbackModalIntegration } from '@sentry/core' ;
23import type { ComponentType , VNode , h as hType } from 'preact' ;
4+ // biome-ignore lint/nursery/noUnusedImports: need Preact import for JSX
35import { h } from 'preact' ; // eslint-disable-line @typescript-eslint/no-unused-vars
46import type * as Hooks from 'preact/hooks' ;
5- import { useTakeScreenshotFactory } from './useTakeScreenshot' ;
6- import type { FeedbackInternalOptions , FeedbackModalIntegration } from '@sentry/core' ;
77import { DOCUMENT , WINDOW } from '../../constants' ;
8+ import IconCloseFactory from './IconClose' ;
89import { createScreenshotInputStyles } from './ScreenshotInput.css' ;
910import ToolbarFactory from './Toolbar' ;
10- import IconCloseFactory from './IconClose ' ;
11+ import { useTakeScreenshotFactory } from './useTakeScreenshot ' ;
1112
1213interface FactoryParams {
1314 h : typeof hType ;
You can’t perform that action at this time.
0 commit comments