mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
Move XRPLoader component to better place
This commit is contained in:
@@ -3,7 +3,7 @@ import { useTranslate } from '@portal/hooks';
|
||||
import { useState } from 'react';
|
||||
import { Client, dropsToXrp, Wallet } from 'xrpl';
|
||||
import * as faucetData from './faucets.json'
|
||||
import XRPLoader from 'content/static/components/XRPLoader';
|
||||
import XRPLoader from '../../@theme/components/XRPLoader';
|
||||
|
||||
interface FaucetInfo {
|
||||
id: string,
|
||||
|
||||
Reference in New Issue
Block a user