diff --git a/Modules/ContentKit/Sources/ContentKit.swift b/Modules/ContentKit/Sources/ContentKit.swift index f875e75a23..098329ee18 100644 --- a/Modules/ContentKit/Sources/ContentKit.swift +++ b/Modules/ContentKit/Sources/ContentKit.swift @@ -8,16 +8,4 @@ let log = LogKit.createLoggerFor(module: "ContentKit") // MARK: - ContentKit -public class ContentKit { - // MARK: Lifecycle - - private init() { - // nothing to do - } - - // MARK: Public - - public var shared: ContentKit { - ContentKit() - } -} +public enum ContentKit {}