diff --git a/apps/web/src/router/index.tsx b/apps/web/src/router/index.tsx index dbbc0aa6a..1beefa2b8 100644 --- a/apps/web/src/router/index.tsx +++ b/apps/web/src/router/index.tsx @@ -155,6 +155,13 @@ export const router = createBrowserRouter([ })), }, }, + { + path: "my-voices", + lazy: () => + import("@/pages/my-voices/MyVoices").then((m) => ({ + Component: m.default, + })), + }, { path: "accounts", lazy: () =>