// // Constants.swift // readeck // // Created by Ilyas Hallak on 21.07.25. // // SPDX-License-Identifier: MIT // // This file is part of the readeck project and is licensed under the MIT License. // import Foundation struct Constants { struct Labels { static let pageSize = 12 } }