feat: Adds privacy policy.
All checks were successful
CI / Linux Tests (push) Successful in 8m30s

This commit is contained in:
2026-02-10 16:26:23 -05:00
parent dc9f51c04f
commit 08e67ce308
12 changed files with 1225 additions and 6 deletions

View File

@@ -22,6 +22,10 @@ extension ViewController.Request {
return await view {
HomeView()
}
case .privacyPolicy:
return await view {
PrivacyPolicyView()
}
case .test:
// let projectID = UUID(uuidString: "E796C96C-F527-4753-A00A-EBCF25630663")!
// return await view {