polify structure clone

This commit is contained in:
2023-07-20 02:18:15 +08:00
parent bef955dd7d
commit dba39c771f
3 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import structuredClone from '@ungap/structured-clone'
import { createRef } from "preact";
import { StateUpdater, useEffect, useState } from "preact/hooks";
import { ChatStore, STORAGE_NAME_TEMPLATE, addTotalCost } from "./app";