Skip to content

Commit 3f70b52

Browse files
fix: next js wrong export
1 parent bdd804a commit 3f70b52

File tree

1 file changed

+1
-1
lines changed
  • frameworks/next/JS/app/custom-overlays

1 file changed

+1
-1
lines changed

frameworks/next/JS/app/custom-overlays/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ function CustomOverlaysPage() {
6868
);
6969
}
7070

71-
export default MagazineModePage;
71+
export default CustomOverlaysPage;

0 commit comments

Comments
 (0)