mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 14:29:15 +08:00
fix: add missing icon import in AppsPage component
This commit is contained in:
parent
2eb421a1de
commit
880d325028
@ -1,6 +1,6 @@
|
|||||||
import { useMinapps } from '@renderer/hooks/useMinapps'
|
import { useMinapps } from '@renderer/hooks/useMinapps'
|
||||||
import { Button, Input } from 'antd'
|
import { Button, Input } from 'antd'
|
||||||
import { Search, SettingsIcon } from 'lucide-react'
|
import { Search, SettingsIcon, X } from 'lucide-react'
|
||||||
import React, { FC, useEffect, useState } from 'react'
|
import React, { FC, useEffect, useState } from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { useLocation } from 'react-router'
|
import { useLocation } from 'react-router'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user