Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
fix: replace antd Image with Next/Image
Browse files Browse the repository at this point in the history
  • Loading branch information
rwietter committed Jun 19, 2023
1 parent da7d9c0 commit 075ae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Sidebar } from '@/domains/dashboard/features';
import { Image } from 'antd';
import Image from 'next/image';

export default function Page() {
return (
Expand Down

0 comments on commit 075ae9c

Please sign in to comment.