chore: remove unused imports and correct typos

This commit is contained in:
DDDDD12138
2024-07-18 01:51:56 +08:00
parent ec95292209
commit 8edc0989e2
4 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { useMemo } from "react";
import { useAccessStore, useAppConfig } from "../store";
import { collectModels, collectModelsWithDefaultModel } from "./model";
import { collectModelsWithDefaultModel } from "./model";
export function useAllModels() {
const accessStore = useAccessStore();