refactor(navbar): 移除未使用的代码
This commit is contained in:
parent
d4ae321cd2
commit
ce55d8d0e7
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user