From 693a161c1338961cb26e598b068149f6c44c403b Mon Sep 17 00:00:00 2001 From: Tim Branyen Date: Thu, 31 Mar 2022 20:08:21 -0700 Subject: [PATCH] Fix build --- packages/diffhtml-components/lib/middleware.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/diffhtml-components/lib/middleware.js b/packages/diffhtml-components/lib/middleware.js index aa72af9d..8b12b12b 100644 --- a/packages/diffhtml-components/lib/middleware.js +++ b/packages/diffhtml-components/lib/middleware.js @@ -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';