diff --git a/src/main.tsx b/src/main.tsx index 8df8e1a..50b5dc1 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -19,6 +19,7 @@ import Layout from "./components/Layout"; import Modals from "./modals"; import Overview from "./routes/overview"; import { BalanceProvider } from "./providers/balance"; +import Transfer from "./routes/xtransfer"; const wsClient = createWSClient({ url: "wss://squid.subsquid.io/ocif-squid/v/v4/graphql", @@ -63,8 +64,7 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( } /> - {/* Disabled temporarily */} - {/* } /> */} + } /> } />