Skip to content

Commit 357f44c

Browse files
committed
fix(profound): fix import ordering and JSON formatting for CI lint
1 parent 688c933 commit 357f44c

2 files changed

Lines changed: 181 additions & 756 deletions

File tree

apps/sim/app/(landing)/integrations/data/icon-mapping.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ import {
3333
DatadogIcon,
3434
DevinIcon,
3535
DiscordIcon,
36-
DocuSignIcon,
3736
DocumentIcon,
37+
DocuSignIcon,
3838
DropboxIcon,
3939
DsPyIcon,
4040
DubIcon,
@@ -50,8 +50,8 @@ import {
5050
FirecrawlIcon,
5151
FirefliesIcon,
5252
GammaIcon,
53-
GitLabIcon,
5453
GithubIcon,
54+
GitLabIcon,
5555
GmailIcon,
5656
GongIcon,
5757
GoogleAdsIcon,
@@ -97,9 +97,9 @@ import {
9797
LinkupIcon,
9898
LoopsIcon,
9999
LumaIcon,
100-
MailServerIcon,
101100
MailchimpIcon,
102101
MailgunIcon,
102+
MailServerIcon,
103103
Mem0Icon,
104104
MicrosoftDataverseIcon,
105105
MicrosoftExcelIcon,
@@ -138,8 +138,6 @@ import {
138138
RevenueCatIcon,
139139
RipplingIcon,
140140
S3Icon,
141-
SQSIcon,
142-
STTIcon,
143141
SalesforceIcon,
144142
SearchIcon,
145143
SendgridIcon,
@@ -151,17 +149,19 @@ import {
151149
SimilarwebIcon,
152150
SlackIcon,
153151
SmtpIcon,
152+
SQSIcon,
154153
SshIcon,
154+
STTIcon,
155155
StagehandIcon,
156156
StripeIcon,
157157
SupabaseIcon,
158-
TTSIcon,
159158
TavilyIcon,
160159
TelegramIcon,
161160
TextractIcon,
162161
TinybirdIcon,
163162
TranslateIcon,
164163
TrelloIcon,
164+
TTSIcon,
165165
TwilioIcon,
166166
TypeformIcon,
167167
UpstashIcon,
@@ -173,11 +173,11 @@ import {
173173
WikipediaIcon,
174174
WordpressIcon,
175175
WorkdayIcon,
176+
xIcon,
176177
YouTubeIcon,
177178
ZendeskIcon,
178179
ZepIcon,
179180
ZoomIcon,
180-
xIcon,
181181
} from '@/components/icons'
182182

183183
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>

0 commit comments

Comments
 (0)