Skip to content

Commit cf3b05f

Browse files
committed
CMS-46469 Remove unused import and preview utility from AboutUs component
1 parent 999751b commit cf3b05f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples/nextjs-template/src/components/AboutUs.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { contentType, Infer } from '@optimizely/cms-sdk';
2-
import { getPreviewUtils } from '@optimizely/cms-sdk/react/server';
32
import { RichText, ElementProps } from '@optimizely/cms-sdk/react/richText';
43

54
export const AboutUsContentType = contentType({
@@ -31,7 +30,6 @@ const customHeadingTwo = (props: ElementProps) => {
3130
};
3231

3332
export default function AboutUs({ opti }: AboutUsProps) {
34-
const { pa } = getPreviewUtils(opti);
3533
return (
3634
<section className="about-us">
3735
{opti.image && (

0 commit comments

Comments
 (0)