Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(Layout): DonateButton import
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 13, 2019
1 parent 5fc7f63 commit bd899c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import React from 'react'
import { MDXProvider } from '@mdx-js/react'
import Link from '@components/Link'
import DonateButton from '@components/DonateButton'
import { DonateButton } from '@components/DonateButton'
// import { VideoPlayer } from '@gaiama/react-video-player'
// import { TableOfContents } from "@gaiama/react-mdx-table-of-contents"

Expand Down

0 comments on commit bd899c5

Please sign in to comment.