Skip to content

Commit

Permalink
Added MultiSelectPickerView
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Feb 22, 2025
1 parent 4f77c57 commit 0532f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftExtras/Modifiers/ShakeEffect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
// MIT License
//

#if canImport(SwiftUI)
import SwiftUI

#if canImport(SwiftUI)
/// A modifier that applies a shake animation to a view when triggered.
public struct ShakeEffect: GeometryEffect {
var amount: CGFloat = 10
Expand Down

0 comments on commit 0532f21

Please sign in to comment.