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@*/)
|
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