chore: fix type

This commit is contained in:
Stephen Zhou 2025-03-26 23:48:54 +08:00
parent 6dc58b817e
commit 5903d7c53b
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
import type { GeneralSettings, UISettings } from "@follow/shared/settings/interface"
import type { BrowserWindow } from "electron"
import { useEffect, useLayoutEffect, useRef } from "react"
import type { toast } from "sonner"
import type { GeneralSettings, UISettings } from "./settings/interface"
const PREFIX = "__follow"
// eslint-disable-next-line unused-imports/no-unused-vars