fix: add missing icon import in AppsPage component

This commit is contained in:
MyPrototypeWhat 2025-06-09 17:49:30 +08:00
parent 2eb421a1de
commit 880d325028

View File

@ -1,6 +1,6 @@
import { useMinapps } from '@renderer/hooks/useMinapps'
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 { useTranslation } from 'react-i18next'
import { useLocation } from 'react-router'