use legacy next images

This commit is contained in:
tjs 2022-10-26 15:57:52 -04:00
parent cc007ce818
commit f702cdac69
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import {
import Switch from '@components/forms/Switch'
import { useCallback, useMemo } from 'react'
import { CheckCircleIcon } from '@heroicons/react/20/solid'
import Image from 'next/image'
import Image from "next/legacy/image";
import { useViewport } from 'hooks/useViewport'
import { breakpoints } from 'utils/theme'