export function confirmBasicDetailsPath() { return `/confirm-basic-details`; } export function onboardingPath() { return `/onboarding`; } export function homePath() { return `/home`; } export function dashboardPath() { return `/home/dashboard`; } export function activityPath() { return `/home/logs`; } export function conversationPath() { return `/home/conversation`; } export function rootPath() { return `/`; }