Skip to content

Commit

Permalink
WSTEAM1-1514: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
shayneahchoon committed Feb 3, 2025
1 parent 67888e2 commit 1e894cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/Document/Renderers/LiteRenderer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable react/no-danger */
import React, { ReactElement, PropsWithChildren } from 'react';
import { BaseRendererProps } from './types';
import trackingScript from '#src/server/utilities/clickTrackingScript/clickTracking';
import { BaseRendererProps } from './types';

interface Props extends BaseRendererProps {
bodyContent: ReactElement;
Expand Down

0 comments on commit 1e894cf

Please sign in to comment.