components/UI/Pages/page/PreviewPage.tsx
Function CustomPagePreview
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
const CustomPagePreview: React.FC<ICustomPagePreviewProps> = (props) => {
const { currentRoute } = props
const router = useRouter()
const [pageData, setRouteData] = useState(currentRoute)