mirror of
https://github.com/Ferrite-iOS/Ferrite.git
synced 2026-03-11 17:45:40 +00:00
Ferrite: Remove commented code
Signed-off-by: kingbri <bdashore3@gmail.com>
This commit is contained in:
parent
467eb1eb09
commit
05d61e440a
1 changed files with 0 additions and 8 deletions
|
|
@ -14,11 +14,3 @@ struct CardView: View {
|
|||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
struct CardView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
CardView()
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue