Skip to content

Commit

Permalink
cicd테스트 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocahs9 committed Nov 24, 2024
1 parent 040d7f8 commit fd252ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const Content = styled.div`
`;

function Home() {
alert("환영합니다!");
const { diaries, setDiaries } = useDiary();

useEffect(() => {
Expand Down
1 change: 1 addition & 0 deletions src/pages/Intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const cards = [
];

const Intro = () => {
alert("환영합니다!");
const [currentCard, setCurrentCard] = useState(0);
const navigate = useNavigate();

Expand Down

0 comments on commit fd252ba

Please sign in to comment.