mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
move things around
This commit is contained in:
parent
0d221183a5
commit
8a2606185b
@ -1,4 +1,4 @@
|
||||
import Web3Donation from '@components/Donation/Web3Donation'
|
||||
import Web3Donation from './Web3Donation'
|
||||
import config from '@config/blog.config'
|
||||
import { RainbowKitProvider } from '@rainbow-me/rainbowkit'
|
||||
import { WagmiConfig } from 'wagmi'
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
import BackButton from '@components/BackButton.astro'
|
||||
import LayoutBase from '@layouts/Base/index.astro'
|
||||
import Web3 from '@components/Donation/Web3'
|
||||
import Web3 from '@components/Sponsor/Web3'
|
||||
import config from '@config/blog.config'
|
||||
import Coin from '@components/Donation/Coin.astro'
|
||||
import Coin from '@components/Sponsor/Coin.astro'
|
||||
|
||||
const coins = Object.entries(config.author).filter(
|
||||
([key]) => key === 'bitcoin' || key === 'ether'
|
||||
|
Loading…
Reference in New Issue
Block a user