refactor(navbar): 移除未使用的代码

This commit is contained in:
Teo 2024-10-31 16:02:56 +08:00 committed by 亢奋猫
parent 3e7949d8b4
commit 80f2aec2be

View File

@ -24,7 +24,6 @@ interface Props {
const HeaderNavbar: FC<Props> = ({ activeAssistant }) => {
const { assistant } = useAssistant(activeAssistant.id)
const { showAssistants, toggleShowAssistants } = useShowAssistants()
const { theme, toggleTheme } = useTheme()
const { topicPosition } = useSettings()
const { showTopics, toggleShowTopics } = useShowTopics()