File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ export default function DummyPage() {
4545 < p className = "mt-3 text-gray-300 font-medium" >
4646 You will be deeply missed, Didi.
4747 </ p >
48-
49- < p className = "italic text-gray-500 mt-3" > Om Shanti 🤍</ p >
48+ < p className = "italic text-gray-500 mt-3" > Om Shanti 🤍</ p >
5049 </ div >
5150 </ div >
5251 </ div >
Original file line number Diff line number Diff line change 1- // import Landing from "./Landing/page";
1+ import Landing from "./Landing/page" ;
22
33
44
5- // export default function Home() {
6- // return (
7- // <div>
8- // <Landing/>
9- // </div>
10- // );
11- // }
12- import DummyPage from "./DummyPage" ;
13-
145export default function Home ( ) {
15- return < DummyPage /> ;
16- }
6+ return (
7+ < div >
8+ < Landing />
9+ </ div >
10+ ) ;
11+ }
You can’t perform that action at this time.
0 commit comments