From 08b1948bf0655654a43a78c0c308742925ad8877 Mon Sep 17 00:00:00 2001 From: yimajo Date: Tue, 3 Sep 2024 01:44:29 +0900 Subject: [PATCH] Remove unnecessary import --- app-ios/Sources/AboutFeature/AboutView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/app-ios/Sources/AboutFeature/AboutView.swift b/app-ios/Sources/AboutFeature/AboutView.swift index d1a8ab2cd..072eb09eb 100644 --- a/app-ios/Sources/AboutFeature/AboutView.swift +++ b/app-ios/Sources/AboutFeature/AboutView.swift @@ -1,6 +1,5 @@ import ComposableArchitecture import SwiftUI -import LicenseList import Theme @ViewAction(for: AboutReducer.self)