Skip to content

Commit e068f5c

Browse files
committed
fixed build error
1 parent b69eda2 commit e068f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/gallery/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ResourceNavbar from '@/components/resources/r-nav'
22
import React from 'react'
3-
import { ReactPhotoCollage } from "react-photo-collage";
3+
44
import Image from 'next/image';
55
const GalleryPage = () => {
66

0 commit comments

Comments
 (0)