Searched refs:isHomePath (Results 1 – 3 of 3) sorted by relevance
29 export const isHomePath = (path: string) => { constant62 } else if (isHomePath(path)) {
16 isHomePath,49 } else if (isHomePath(url)) {62 } else if (isHomePath(url)) {
138 export const isHomePath = (url: string) => { constant