diff --git a/package-kuring/Sources/UIKit/BotUI/BotView.swift b/package-kuring/Sources/UIKit/BotUI/BotView.swift index 659e3ef..fc2a205 100644 --- a/package-kuring/Sources/UIKit/BotUI/BotView.swift +++ b/package-kuring/Sources/UIKit/BotUI/BotView.swift @@ -9,7 +9,6 @@ import SwiftUI import ComposableArchitecture import ColorSet import BotFeatures -import TipKit public struct BotView: View { @Bindable var store: StoreOf @@ -155,13 +154,6 @@ public struct BotView: View { } } -struct InfoTip: Tip { - var title: Text { - Text(" ・ 쿠링봇은 2024년 6월 이후의 공지사항 내용을 기준으로 답변할 수 있어요.\n") - + Text(" ・ 테스트 기간인 관계로 한 달에 2회까지만 질문 가능해요.") - } -} - /// 글자 수 max 판단 extension Binding where Value == String { func limit(to maxLength: Int) -> Self {