11581ca9c3
* feat: create Settings/Accounts/Calendars page Closes #4059 * docs: add SettingsAccountsCalendars stories * refactor: add SettingsNavigationDrawerItem component
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
import { SettingsPath } from '@/types/SettingsPath';
|
|
|
|
export const getSettingsPagePath = <Path extends SettingsPath>(path: Path) =>
|
|
`/settings/${path}` as const;
|