diff --git a/web/app/components/app/create-app-dialog/appForm.tsx b/web/app/components/app/create-app-dialog/appForm.tsx index 41737110a5..796754caa5 100644 --- a/web/app/components/app/create-app-dialog/appForm.tsx +++ b/web/app/components/app/create-app-dialog/appForm.tsx @@ -15,8 +15,9 @@ import Button from '@/app/components/base/button' import AppIcon from '@/app/components/base/app-icon' import EmojiPicker from '@/app/components/base/emoji-picker' import AppsFull from '@/app/components/billing/apps-full-in-dialog' -import { ChatBot, CuteRobot } from '@/app/components/base/icons/src/vender/line/communication' -import { HelpCircle } from '@/app/components/base/icons/src/vender/line/general' +import { AiText, ChatBot, CuteRobot } from '@/app/components/base/icons/src/vender/line/communication' +import { AlertTriangle } from '@/app/components/base/icons/src/vender/line/alertsAndFeedback' +import { HelpCircle, InfoCircle } from '@/app/components/base/icons/src/vender/line/general' import { Route } from '@/app/components/base/icons/src/vender/line/mapsAndTravel' import TooltipPlus from '@/app/components/base/tooltip-plus' import { getRedirection } from '@/utils/app-redirection' @@ -85,9 +86,9 @@ const AppForm = ({ return (