Skip to content

Commit c689e81

Browse files
committed
removed unnecesary import
1 parent 951b60e commit c689e81

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cjs/classes/Component.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use strict';
2-
const { UID } = require('../shared/constants.js');
32
const { WeakMap } = require('../shared/poorlyfills.js');
43

54
// hyperHTML.Component is a very basic class

esm/classes/Component.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { UID } from '../shared/constants.js';
21
import { WeakMap } from '../shared/poorlyfills.js';
32

43
// hyperHTML.Component is a very basic class

0 commit comments

Comments
 (0)