Skip to content

Commit

Permalink
chore: conflict 버그 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
iceHood committed Dec 2, 2024
1 parent 260a00e commit 604cbc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public final class HomeViewController: UIViewController {
}

private func moveMakingBookViewController() {
let bookCreationViewController = BookCreationViewController(viewModel: BookCreationViewModel())
let bookCreationViewController = CreateBookViewController(viewModel: CreateBookViewModel())
navigationController?.pushViewController(bookCreationViewController, animated: true)
}

Expand Down

0 comments on commit 604cbc9

Please sign in to comment.