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

This commit is contained in:
Teo 2024-10-31 16:02:56 +08:00 committed by 亢奋猫
parent d4ae321cd2
commit ce55d8d0e7

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()