Initial Commit

This commit is contained in:
2023-09-02 14:24:53 +02:00
commit 752a1f8b32
11 changed files with 527 additions and 0 deletions

View File

@ -0,0 +1,17 @@
//
// velibtrackerApp.swift
// velibtracker
//
// Created by Louis Gallet on 02/09/2023.
//
import SwiftUI
@main
struct velibtrackerApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}