diff --git a/src/routes/$namespace/$chainId.tsx b/src/routes/$namespace/$chainId.tsx index b8f33e3..a470fc2 100644 --- a/src/routes/$namespace/$chainId.tsx +++ b/src/routes/$namespace/$chainId.tsx @@ -7,8 +7,7 @@ import { useChainState } from "@/entities/chain/model"; function ChainPage() { const { chain } = Route.useLoaderData(); - - return ; + return ; } export const Route = createFileRoute("/$namespace/$chainId")({ diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index 02fa1da..3f9507e 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -9,7 +9,7 @@ export const Route = createRootRoute({
-
+