diff --git a/frontend/src/routes/index.tsx b/frontend/src/routes/index.tsx index 356e195..609aba9 100644 --- a/frontend/src/routes/index.tsx +++ b/frontend/src/routes/index.tsx @@ -1,6 +1,7 @@ import { createFileRoute } from "@tanstack/react-router"; import z from "zod"; + import { useSession } from "../lib/auth-client"; import { trackLstEvent } from "../lib/umami.utils"; diff --git a/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx b/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx index 9370390..6914534 100644 --- a/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx +++ b/frontend/src/routes/transportation/opendock/-components/NewArticleLink.tsx @@ -132,6 +132,10 @@ export default function NewArticleLink({ refetch }: { refetch: any }) { label: "Matrix", value: "matrix", }, + { + label: "RB", + value: "rb", + }, ]; return (