mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
chore(lint): fix import ordering in triggers registry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -90,8 +90,8 @@ import {
|
||||
} from '@/triggers/github'
|
||||
import { gmailPollingTrigger } from '@/triggers/gmail'
|
||||
import { gongCallCompletedTrigger, gongWebhookTrigger } from '@/triggers/gong'
|
||||
import { googleDrivePollingTrigger } from '@/triggers/google-drive'
|
||||
import { googleCalendarPollingTrigger } from '@/triggers/google-calendar'
|
||||
import { googleDrivePollingTrigger } from '@/triggers/google-drive'
|
||||
import { googleSheetsPollingTrigger } from '@/triggers/google-sheets'
|
||||
import { googleFormsWebhookTrigger } from '@/triggers/googleforms'
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user