Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Nov 16, 2023
1 parent cbab9db commit 33bff1a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ struct CameraPreviewView: View {
}
}

#Preview {
CameraPreviewView()
struct CameraPreviewView_Previews: PreviewProvider {
static var previews: some View {
CameraPreviewView()
}
}

0 comments on commit 33bff1a

Please sign in to comment.