Skip to content

Commit

Permalink
chore: fix rollup warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Sep 27, 2022
1 parent d7a8ccf commit 59390cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dom/dom-scanner.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Inject, Injectable, Injector } from '@homebots/injector';
import { getInputMetadata } from 'src/inputs';
import { ChangeDetector } from '../change-detection/change-detection';
import { Changes } from '../change-detection/observer';
import { ContainerRegistry } from '../containers/registry';
import { ExecutionContext } from '../execution-context';
import { SyntaxRules } from '../syntax/syntax-rules';
Expand Down
1 change: 0 additions & 1 deletion src/dom/dom.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { html } from '../testing';
import { Dom } from './dom';

describe('Dom Utilities', () => {
Expand Down

0 comments on commit 59390cb

Please sign in to comment.