-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91caf33
commit c5a06e3
Showing
4 changed files
with
76 additions
and
2 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
Projects/Feature/HomeFeature/Example/Sources/TimeWheelPickerDetailView.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// | ||
// TimeWheelPickerDetailView.swift | ||
// DesignSystemExample | ||
// | ||
// Created by devMinseok on 8/13/24. | ||
// Copyright © 2024 PomoNyang. All rights reserved. | ||
// | ||
|
||
import SwiftUI | ||
|
||
import HomeFeature | ||
|
||
#Preview { | ||
TimeSelectView( | ||
store: .init( | ||
initialState: .init(), | ||
reducer: { TimeSelectCore() } | ||
) | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters