From 67e90a6c03d1b3c1c078bd16cf504a62d3221bdf Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 17 Aug 2025 15:44:14 -0500 Subject: [PATCH] Cleanup --- Sources/Secretive/Views/CopyableView.swift | 1 - 1 file changed, 1 deletion(-) 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) {