diff --git a/components/EnhancedMarkdown/index.tsx b/components/EnhancedMarkdown/index.tsx index e144805..cfc5d6e 100644 --- a/components/EnhancedMarkdown/index.tsx +++ b/components/EnhancedMarkdown/index.tsx @@ -1,3 +1,4 @@ +"use client" import React from "react" import { TinaMarkdown } from "tinacms/dist/rich-text" import PostWidget from "components/PostWidgets"