diff --git a/src/components/Chapter.js b/src/components/Chapter.js index a2e6ba3..8e23b7d 100644 --- a/src/components/Chapter.js +++ b/src/components/Chapter.js @@ -8,6 +8,7 @@ import TableOfContents from "./TableOfContents"; import Footer from "./Footer"; +import ChapterFeedback from "./ChapterFeedback"; const Chapter = ({ children: chapter }) => { const Content = chapter.content; @@ -33,6 +34,7 @@ const Chapter = ({ children: chapter }) => { +