Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
c298lee committed Mar 26, 2024
1 parent 85522f6 commit 7b41ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ComponentType, VNode, h as hType } from 'preact';
// biome-ignore lint: needed for preact
import { h } from 'preact'; // eslint-disable-line @typescript-eslint/no-unused-vars
import { useCallback, useEffect, useMemo, useRef, useState } from 'preact/hooks';
import { DOCUMENT, WINDOW, CROP_COLOR } from '../../constants';
import { CROP_COLOR, DOCUMENT, WINDOW } from '../../constants';
import type { Dialog } from '../../types';
import { createScreenshotInputStyles } from './ScreenshotInput.css';
import { useTakeScreenshot } from './useTakeScreenshot';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DOCUMENT, CROP_COLOR } from '../../constants';
import { CROP_COLOR, DOCUMENT } from '../../constants';

/**
* Creates <style> element for widget dialog
Expand Down

0 comments on commit 7b41ae0

Please sign in to comment.