use legacy next images
This commit is contained in:
parent
cc007ce818
commit
f702cdac69
|
@ -14,7 +14,7 @@ import {
|
||||||
import Switch from '@components/forms/Switch'
|
import Switch from '@components/forms/Switch'
|
||||||
import { useCallback, useMemo } from 'react'
|
import { useCallback, useMemo } from 'react'
|
||||||
import { CheckCircleIcon } from '@heroicons/react/20/solid'
|
import { CheckCircleIcon } from '@heroicons/react/20/solid'
|
||||||
import Image from 'next/image'
|
import Image from "next/legacy/image";
|
||||||
import { useViewport } from 'hooks/useViewport'
|
import { useViewport } from 'hooks/useViewport'
|
||||||
import { breakpoints } from 'utils/theme'
|
import { breakpoints } from 'utils/theme'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue