mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +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 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 }) => (
|
||||
|
Loading…
Reference in New Issue
Block a user