From 63dcf96cc9de7d7f4d25ca6476ebd81bf0ae33e6 Mon Sep 17 00:00:00 2001 From: Pavol Noha Date: Tue, 12 Mar 2024 17:28:22 +0100 Subject: [PATCH] set ecosystem for xcm --- src/sections/xcm/XcmPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sections/xcm/XcmPage.tsx b/src/sections/xcm/XcmPage.tsx index a834e012..908f2983 100644 --- a/src/sections/xcm/XcmPage.tsx +++ b/src/sections/xcm/XcmPage.tsx @@ -3,6 +3,7 @@ import { SContainer } from "./XcmPage.styled" import * as React from "react" import * as Apps from "@galacticcouncil/apps" +import { Ecosystem } from "@galacticcouncil/apps" import { createComponent } from "@lit-labs/react" import { useAccountStore } from "state/store" import { useProviderRpcUrlStore } from "api/provider" @@ -28,6 +29,7 @@ export function XcmPage() {