mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
formatting
This commit is contained in:
parent
84d0f8d139
commit
aaadd36b70
@ -10,8 +10,8 @@ import Qr from '../components/atoms/Qr'
|
|||||||
import Icon from '../components/atoms/Icon'
|
import Icon from '../components/atoms/Icon'
|
||||||
import styles from './thanks.module.scss'
|
import styles from './thanks.module.scss'
|
||||||
|
|
||||||
const LazyWeb3Donation = loadable(() =>
|
const LazyWeb3Donation = loadable(
|
||||||
import('../components/molecules/Web3Donation')
|
() => import('../components/molecules/Web3Donation')
|
||||||
)
|
)
|
||||||
|
|
||||||
const Coin = ({ address, author }: { address: string; author: Author }) => (
|
const Coin = ({ address, author }: { address: string; author: Author }) => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user