export const getUrl = (url: string) => { let prefix = 'dashboard'; return `/${prefix}/${url}`; };