Skip to content

Commit

Permalink
Add check for the Subscription import
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Dec 22, 2023
1 parent c2fbced commit 71595d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DuckDuckGo/Preferences/Model/PreferencesSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@

import Foundation
import SwiftUI

#if SUBSCRIPTION
import Subscription
#endif

struct PreferencesSection: Hashable, Identifiable {
let id: PreferencesSectionIdentifier
Expand Down

0 comments on commit 71595d9

Please sign in to comment.