tiny bit of cleanup
This commit is contained in:
parent
cdbb11b14a
commit
da016f2e03
3 changed files with 365 additions and 361 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue