Skip to content

Commit

Permalink
fix: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhpeng committed Mar 16, 2024
1 parent 8c69ea7 commit d2fe40d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/dummyPage/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react';
import EmailPopup from '../../components/userComponents/emailPopup/page';

/**
* @returns email popup
*/
export default function Home() {
return (
<EmailPopup
/>
);
}

0 comments on commit d2fe40d

Please sign in to comment.