tiny bit of cleanup

This commit is contained in:
Chris Kruining 2024-11-12 16:08:50 +01:00
parent cdbb11b14a
commit da016f2e03
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 365 additions and 361 deletions

View file

@ -22,7 +22,6 @@ const useTabs = () => {
}
export const Tabs: ParentComponent<{ active?: Setter<string | undefined>, onClose?: CommandType<[string]> }> = (props) => {
const commandsContext = useCommands();
const [active, setActive] = createSignal<string | undefined>(undefined);
createEffect(() => {