diff --git a/Sources/Secretive/Views/CopyableView.swift b/Sources/Secretive/Views/CopyableView.swift index 7563769..2b272be 100644 --- a/Sources/Secretive/Views/CopyableView.swift +++ b/Sources/Secretive/Views/CopyableView.swift @@ -8,7 +8,6 @@ struct CopyableView: View { var text: String @State private var interactionState: InteractionState = .normal - @Namespace var namespace var content: some View { VStack(alignment: .leading) {