Skip to content

Commit

Permalink
[Refactor] #472 - Private
Browse files Browse the repository at this point in the history
Co-authored-by: GREEN (JIMIN KIM) <[email protected]>
  • Loading branch information
JIWON1923 and jim4020key authored Jul 22, 2023
1 parent 0649903 commit 4ecac9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import SwiftUI


final class ReadCurationViewModel: ObservableObject {
var shortcutsZipViewModel = ShortcutsZipViewModel.share
private let shortcutsZipViewModel = ShortcutsZipViewModel.share

@Published var isWriting = false
@Published var isTappedDeleteButton = false
Expand Down

0 comments on commit 4ecac9c

Please sign in to comment.