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 15, 2023
1 parent a63fa01 commit cbab9db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sources/FaceLiveness/Views/GetReadyPage/ImageFrameView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ struct ImageFrameView: View {
}
}

#Preview {
ImageFrameView()
struct ImageFrameView_Previews: PreviewProvider {
static var previews: some View {
ImageFrameView()
}
}

0 comments on commit cbab9db

Please sign in to comment.