chore: inline useLocalStorage

This commit is contained in:
SukkaW
2024-09-07 22:33:26 +08:00
parent 4c84d63ff4
commit a0f11bff31
4 changed files with 306 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ import { Updater } from "../typing";
import { ModelConfigList } from "./model-config";
import { FileName, Path } from "../constant";
import { BUILTIN_MASK_STORE } from "../masks";
import { useLocalStorage } from "foxact/use-local-storage";
import { useLocalStorage } from "../utils";
import {
DragDropContext,
Droppable,