feat: create Settings/Accounts/Calendars page (#4090)
* feat: create Settings/Accounts/Calendars page Closes #4059 * docs: add SettingsAccountsCalendars stories * refactor: add SettingsNavigationDrawerItem component
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
import { SettingsPath } from '@/types/SettingsPath';
|
||||
|
||||
export const getSettingsPagePath = <Path extends SettingsPath>(path: Path) =>
|
||||
`/settings/${path}` as const;
|
||||
Reference in New Issue
Block a user