mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-02-01 11:07:09 +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()
|
||
|
}
|