From bb31fa6135c2ec337477ee0b2b2330e85ca196f2 Mon Sep 17 00:00:00 2001 From: TheCymaera <69355340+TheCymaera@users.noreply.github.com> Date: Fri, 11 Nov 2022 19:05:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20import=20extension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/runtime/internal/dom.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/internal/dom.ts b/src/runtime/internal/dom.ts index 26dc44b3dd..26af5cb6f3 100644 --- a/src/runtime/internal/dom.ts +++ b/src/runtime/internal/dom.ts @@ -1,4 +1,4 @@ -import { ResizeObserverSingleton } from './ResizeObserverSingleton.js'; +import { ResizeObserverSingleton } from './ResizeObserverSingleton'; import { has_prop } from './utils'; // Track which nodes are claimed during hydration. Unclaimed nodes can then be removed from the DOM