chore: fix type
This commit is contained in:
parent
6dc58b817e
commit
5903d7c53b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue