Skip to content

Commit

Permalink
💚 배포 브랜치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JayChae committed Jun 7, 2024
1 parent 37c148f commit 4d324e6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { useEffect } from "react";


export default function Home() {
useEffect(() => {
console.log("sprint10");
}, []);

return <div>홈페이지</div>;

return <div>홈페이지 sprint10</div>;
}

0 comments on commit 4d324e6

Please sign in to comment.