import { SettingsPath } from '@/types/SettingsPath'; export const getSettingsPagePath = (path: Path) => `/settings/${path}` as const;