First version

This commit is contained in:
Christoph Hagen
2023-08-18 22:47:24 +02:00
parent 1d6e36e2de
commit bd87a4fb6f
48 changed files with 1453 additions and 30 deletions

View File

@@ -0,0 +1,14 @@
import Foundation
struct Titles {
let work: String
let educationTitle: String
let publicationTitle: String
let skillsTitle: String
let aboutTitle: String
}