Skip to content

Commit

Permalink
Snapshot: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Jan 29, 2025
1 parent d606094 commit 808406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/snapshot/snapshot-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
import DefaultFindProcessor, { createSearchContext } from "../common/lib/find";
import injectCSS from './stylesheets/inject.scss';
import darkReaderJS from '!!raw-loader!darkreader/darkreader';
import { DynamicThemeFix } from "darkreader";
import type { DynamicThemeFix } from "darkreader";
import { isPageRectVisible } from "../common/lib/rect";

class SnapshotView extends DOMView<SnapshotViewState, SnapshotViewData> {
Expand Down

0 comments on commit 808406e

Please sign in to comment.