retain order of the exercises during persistence process
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Settings.swift
|
||||
// WorkoutsPlus
|
||||
//
|
||||
// Created by Felix Förtsch on 30.08.24.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct Settings: View {
|
||||
var body: some View {
|
||||
Text("Settings")
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
Settings()
|
||||
}
|
||||
Reference in New Issue
Block a user