Skip to content

Commit 2418956

Browse files
committed
Revert "--add-temp"
This reverts commit 732988e.
1 parent 732988e commit 2418956

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

app/Advisor/page.tsx

Lines changed: 0 additions & 46 deletions
This file was deleted.

app/Landing/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ import NavBar from "../NavBar/page";
66
import Overview from "../Overview/page";
77
import Testimonial from "../Testimonial/page";
88
import UpcomingEvent from "../UpcomingEvent/page";
9-
import Advisor from "../Advisor/page";
109

1110
export default function Landing() {
1211
return (
1312
<div>
1413
<NavBar />
1514
<Header />
1615
<UpcomingEvent />
17-
<Advisor />
1816
<Overview/>
1917
<Domains />
2018
<Testimonial/>

0 commit comments

Comments
 (0)