Skip to content

Commit

Permalink
Remove unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Apr 10, 2024
1 parent 16146b9 commit ca796b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/OnboardingFeature/OnboardingView.swift
Expand Up @@ -5,7 +5,6 @@ import CubeCore
import DictionaryClient
import FeedbackGeneratorClient
import GameCore
import LowPowerModeClient
import PuzzleGen
import SharedModels
import Styleguide
Expand Down Expand Up @@ -181,7 +180,6 @@ public struct Onboarding {
}
@Dependency(\.dictionary) var dictionary
@Dependency(\.feedbackGenerator) var feedbackGenerator
@Dependency(\.lowPowerMode) var lowPowerMode
@Dependency(\.mainQueue) var mainQueue
@Dependency(\.userDefaults) var userDefaults
@Dependency(\.userSettings) var userSettings
Expand Down

0 comments on commit ca796b7

Please sign in to comment.