Skip to content

Commit 84e1b06

Browse files
authored
fix component naming
1 parent 2267201 commit 84e1b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/imageModal/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Image from 'next/image/';
33
import Modal from '@/components/Modal';
44
import { useRouter } from 'next/router';
55

6-
const imageModal = () => {
6+
const ImageModal = () => {
77
const router = useRouter();
88
let myProp = router.query.myProp;
99

@@ -24,4 +24,4 @@ const imageModal = () => {
2424
);
2525
};
2626

27-
export default imageModal;
27+
export default ImageModal;

0 commit comments

Comments
 (0)