Skip to content

Commit

Permalink
[#12] MainViewController에 HandyList 요소 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chongin12 committed Jan 9, 2025
1 parent a1d458b commit 0362c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Handy/Handy-Storybook/Storybook/MainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class MainViewController: UITableViewController {
.init(("TabsViewController(2개)", TabsViewController(2))),
.init(("TabsViewController(3개)", TabsViewController(3))),
.init(("TabsViewController(9개)", TabsViewController(9))),
.init(("HandyListViewController", HandyListViewController())),
]

override func viewDidLoad() {
Expand Down

0 comments on commit 0362c4b

Please sign in to comment.