Skip to content

Commit

Permalink
capricorn86#526@minor: Continue Fixes Problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mas0nShi committed Oct 16, 2022
1 parent f517c8f commit 9cce579
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/happy-dom/src/index.ts
Expand Up @@ -4,7 +4,7 @@ import Window from './window/Window';
import DataTransfer from './event/DataTransfer';
import DataTransferItem from './event/DataTransferItem';
import DataTransferItemList from './event/DataTransferItemList';
import URL from './location/URL';
import { URL, URLSearchParams } from 'url';
import Location from './location/Location';
import MutationObserver from './mutation-observer/MutationObserver';
import ResizeObserver from './resize-observer/ResizeObserver';
Expand Down Expand Up @@ -115,7 +115,6 @@ import CSSMediaRule from './css/rules/CSSMediaRule';
import CSSStyleRule from './css/rules/CSSStyleRule';
import Storage from './storage/Storage';
import DOMRect from './nodes/element/DOMRect';
import { URLSearchParams } from 'url';
import Selection from './selection/Selection';
import Range from './range/Range';
import HTMLDialogElement from './nodes/html-dialog-element/HTMLDialogElement';
Expand Down

0 comments on commit 9cce579

Please sign in to comment.