diff --git a/src/client/helpers.ts b/src/client/helpers.ts index 320ef4e..182cb65 100644 --- a/src/client/helpers.ts +++ b/src/client/helpers.ts @@ -1,4 +1,4 @@ -function mergePath(basePaths: (string | null)[], path: string) { +export function mergePath(basePaths: (string | null)[], path: string) { if (path.startsWith("/")) { path = path.slice(1); }