created a webkit based client for vikunja on ios
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// VikunjaApp.swift
|
||||
// VikunjaApp
|
||||
//
|
||||
// Created by Justin Schwegmann on 13.03.26.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct VikunjaApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user