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 999751b commit cf3b05fCopy full SHA for cf3b05f
samples/nextjs-template/src/components/AboutUs.tsx
@@ -1,5 +1,4 @@
1
import { contentType, Infer } from '@optimizely/cms-sdk';
2
-import { getPreviewUtils } from '@optimizely/cms-sdk/react/server';
3
import { RichText, ElementProps } from '@optimizely/cms-sdk/react/richText';
4
5
export const AboutUsContentType = contentType({
@@ -31,7 +30,6 @@ const customHeadingTwo = (props: ElementProps) => {
31
30
};
32
33
export default function AboutUs({ opti }: AboutUsProps) {
34
- const { pa } = getPreviewUtils(opti);
35
return (
36
<section className="about-us">
37
{opti.image && (
0 commit comments