This commit is contained in:
fmodf 2024-08-19 08:57:11 +02:00
parent 9e8ae73ff7
commit 178a92469d
10 changed files with 0 additions and 4 deletions

View file

@ -3,12 +3,9 @@ enum AppError: Error {
case rosterNotFound
case imageNotFound
case videoNotFound
case fileStoreError
case noData
case fileTooBig
case invalidContentType
case invalidPath
case invalidLocalName
case moduleNotAvailable
case featureNotSupported
}

View file

@ -1,4 +1,3 @@
import Combine
import Foundation
import GRDB