Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Apr 1, 2022
1 parent 5ec3716 commit 693a161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/diffhtml-components/lib/middleware.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EMPTY, InstanceCache, ComponentTreeCache, VTree, Transaction } from './util/types';
import { EMPTY, ComponentTreeCache, VTree, Transaction } from './util/types';
import globalThis from './util/global';
import onceEnded from './once-ended';
import componentWillUnmount from './lifecycle/component-will-unmount';
Expand Down

0 comments on commit 693a161

Please sign in to comment.