1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 09:56:51 +01:00

formatting

This commit is contained in:
Matthias Kretschmann 2020-08-31 10:23:10 +02:00
parent 84d0f8d139
commit aaadd36b70
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -10,8 +10,8 @@ import Qr from '../components/atoms/Qr'
import Icon from '../components/atoms/Icon'
import styles from './thanks.module.scss'
const LazyWeb3Donation = loadable(() =>
import('../components/molecules/Web3Donation')
const LazyWeb3Donation = loadable(
() => import('../components/molecules/Web3Donation')
)
const Coin = ({ address, author }: { address: string; author: Author }) => (