Skip to content

Commit

Permalink
Remove preview provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
markst committed Dec 15, 2023
1 parent 8bfdebf commit 0a03809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},

"[swift]": {
Expand Down
7 changes: 0 additions & 7 deletions Main/Sources/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Inject
#endif

public struct ContentView: View {

public init() {

}
Expand All @@ -24,9 +23,3 @@ public struct ContentView: View {
@ObserveInjection var inject
#endif
}

struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}

0 comments on commit 0a03809

Please sign in to comment.