From 3ca3a7b0bac6c4c80925742c37e3967f0a34688a Mon Sep 17 00:00:00 2001 From: daishi Date: Mon, 26 Aug 2024 08:52:17 +0900 Subject: [PATCH] format --- packages/history-utility/src/index.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/history-utility/src/index.ts b/packages/history-utility/src/index.ts index 5a9e133..0883584 100644 --- a/packages/history-utility/src/index.ts +++ b/packages/history-utility/src/index.ts @@ -1,9 +1,4 @@ -import { - proxy, - ref, - snapshot, - subscribe, -} from 'valtio/vanilla'; +import { proxy, ref, snapshot, subscribe } from 'valtio/vanilla'; import type { Snapshot } from 'valtio/vanilla'; import { deepClone } from 'valtio/vanilla/utils';