Skip to content

Commit

Permalink
fix: applied Next 13 codemod on Images
Browse files Browse the repository at this point in the history
  • Loading branch information
ano0002 committed Sep 30, 2024
1 parent a267b7c commit 85c639c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Common/CachedImage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import useSettings from '@app/hooks/useSettings';
import type { ImageLoader, ImageProps } from 'next/image';
import Image from 'next/image';
import type { ImageLoader, ImageProps } from 'next/legacy/image';
import Image from 'next/legacy/image';
import { useState } from 'react';

const imageLoader: ImageLoader = ({ src }) => src;
Expand Down

0 comments on commit 85c639c

Please sign in to comment.