Skip to content

Commit

Permalink
[Style] 불필요한 부분 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
JMM00 committed Aug 13, 2023
1 parent caf5adf commit 89eff63
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions HappyAnding/HappyAnding/Model/NavigationStackModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@

import SwiftUI

struct WriteCurationInfoType: Identifiable, Hashable {

var id = UUID().uuidString

var curation: Curation
var deletedShortcutCells: [ShortcutCellModel]
var isEdit: Bool
}

enum NavigationSearch: Hashable, Equatable {
case first
}
Expand Down

0 comments on commit 89eff63

Please sign in to comment.