From e9c3ae2287ece4258bd6a52ccb7f93fac3faadbf Mon Sep 17 00:00:00 2001 From: Ocheretovich Oksana Date: Fri, 13 Feb 2026 17:54:34 +0200 Subject: [PATCH] chore: remove unused ButtonToXRPL import Signed-off-by: Ocheretovich Oksana --- index.page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.page.tsx b/index.page.tsx index 88d72765..b697e90c 100644 --- a/index.page.tsx +++ b/index.page.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import { Header1, Header2, LandingContainer, LandingLayout, Jumbotron, ButtonToXRPL } from "./components/landing"; +import { Header1, Header2, LandingContainer, LandingLayout, Jumbotron } from "./components/landing"; import { Button } from "@redocly/theme"; import { Card } from '@redocly/theme/markdoc/components/Cards/Card'; import { Cards } from '@redocly/theme/markdoc/components/Cards/Cards';