Skip to content

Commit

Permalink
Break circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Jan 8, 2024
1 parent e8cd8c7 commit 115e077
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/alfa-dom/src/node/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ import { Trampoline } from "@siteimprove/alfa-trampoline";

import { Namespace } from "../namespace";
import { Node } from "../node";

import { Block } from "../style/block";
import { Declaration } from "../style/declaration";

import { Attribute } from "./attribute";
import { Document } from "./document";
import { Shadow } from "./shadow";
import { Slot } from "./slot";
import { Slotable } from "./slotable";

import { Declaration } from "@siteimprove/alfa-dom";
import * as helpers from "./element/input-type";
import * as predicate from "./element/predicate";

Expand Down

0 comments on commit 115e077

Please sign in to comment.