fix: clean up renderer lint issues and refresh lockfile (#4860)
This commit is contained in:
parent
ad824a4d96
commit
d386c00ebd
|
|
@ -8,7 +8,6 @@ import { ELECTRON_BUILD } from "@follow/shared/constants"
|
|||
import { springScrollTo } from "@follow/utils/scroller"
|
||||
import { clsx, cn, getOS } from "@follow/utils/utils"
|
||||
import { m } from "framer-motion"
|
||||
import { LinearBlur } from "progressive-blur"
|
||||
import { isValidElement, useCallback, useEffect, useRef, useState } from "react"
|
||||
import { useHotkeys } from "react-hotkeys-hook"
|
||||
import { useTranslation } from "react-i18next"
|
||||
|
|
|
|||
|
|
@ -22,11 +22,6 @@ export const AI_SETTING_SECTION_IDS = {
|
|||
timelinePrompt: "settings-ai-timeline-prompt",
|
||||
} as const
|
||||
|
||||
export const AI_SETTING_SECTION_IDS = {
|
||||
shortcuts: "settings-ai-shortcuts",
|
||||
tasks: "settings-ai-tasks",
|
||||
} as const
|
||||
|
||||
export const SettingAI = () => {
|
||||
const { t } = useTranslation("ai")
|
||||
|
||||
|
|
|
|||
5874
pnpm-lock.yaml
5874
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue