Skip to content

Commit

Permalink
fix: 랜딩페이지 원상복구
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseB committed Mar 31, 2024
1 parent 5af5317 commit 23a393d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/pages/landing/index.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import Echo from '@/components/landing/Echo';
import Layout from '@/components/layout/Layout';

const LandingPage = () => {
return (
<div>
<Echo />
</div>
);
return <div>LandingPage</div>;
};

export default LandingPage;
Expand Down

0 comments on commit 23a393d

Please sign in to comment.