mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-30 04:20:20 +00:00
Consolidate settings navigation owners
This commit is contained in:
parent
6ee9a1783c
commit
12e01a5b7c
22 changed files with 439 additions and 362 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Accessor, createMemo, createSignal } from 'solid-js';
|
||||
import { SETTINGS_HEADER_META } from './settingsHeaderMeta';
|
||||
import type { SettingsTab } from './settingsTypes';
|
||||
import type { SettingsTab } from './settingsNavigationModel';
|
||||
|
||||
interface UseSettingsShellStateParams {
|
||||
activeTab: Accessor<SettingsTab>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue