Skip to content

Commit

Permalink
fix use client right
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiVPS committed Aug 14, 2024
1 parent 6739e61 commit d537683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion demo/site-pages/src/blocks/PageContentBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use client";
import { BlocksBlock, DamVideoBlock, PropsWithData, SupportedBlocks, YouTubeVideoBlock } from "@comet/cms-site";
import { PageContentBlockData } from "@src/blocks.generated";
import { TeaserBlock } from "@src/documents/pages/blocks/TeaserBlock";
Expand Down
1 change: 1 addition & 0 deletions demo/site/src/blocks/PageContentBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use client";
import { BlocksBlock, DamVideoBlock, PropsWithData, SupportedBlocks, VimeoVideoBlock, YouTubeVideoBlock } from "@comet/cms-site";
import { PageContentBlockData } from "@src/blocks.generated";
import { TeaserBlock } from "@src/documents/pages/blocks/TeaserBlock";
Expand Down

0 comments on commit d537683

Please sign in to comment.