mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2024-12-13 18:07:40 +01:00
14 lines
158 B
Swift
14 lines
158 B
Swift
//Made by Lumaa
|
|
|
|
import SwiftUI
|
|
|
|
struct PrivacyView: View {
|
|
var body: some View {
|
|
Text("setting.privacy")
|
|
}
|
|
}
|
|
|
|
#Preview {
|
|
PrivacyView()
|
|
}
|