Lesson Discussion
++ Share a thought or reaction with other students in this lesson.{' '} + See all community posts → +
+diff --git a/src/colossiansStudy.tsx b/src/colossiansStudy.tsx index b859485..32e29f6 100644 --- a/src/colossiansStudy.tsx +++ b/src/colossiansStudy.tsx @@ -4,7 +4,6 @@ import type { SiteContent, StudyProgram, StudySection } from './content' import { DEFAULT_COLOSSIANS_STUDY_SECTIONS } from './colossiansStudyData' import { usePageMeta } from './hooks/usePageMeta' import { Breadcrumbs } from './components/Breadcrumbs' -import { StudySectionComments } from './components/StudySectionComments' import { StudyCertificate } from './components/StudyCertificate' type Props = { content: SiteContent } @@ -1729,7 +1728,7 @@ export function ColossiansStudySectionPage({ content }: Props) {
+ Share a thought or reaction with other students in this lesson.{' '} + See all community posts → +
+