We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f2b40 commit 429e552Copy full SHA for 429e552
src/components/Page/Chapter/index.js
@@ -2,7 +2,7 @@ import React, {PureComponent} from 'react'
2
import RevealPresentation from '../../Slideshow/Reveal'
3
import RevealMarkdown from '../../Slideshow/RevealMarkownSlides'
4
import Confirm from '../../../components/Notification/Confirm'
5
-import {withDomainService} from '../../Hoc/Domain'
+import {withDomainService} from '../../HoC/Domain'
6
7
export default withDomainService('ChapterSlidesService', 'SlideViewService')(
8
class ChapterPage extends PureComponent {
0 commit comments