Skip to content

Commit 1722cb7

Browse files
committed
home: remove templates
1 parent 6e3229c commit 1722cb7

6 files changed

Lines changed: 2 additions & 421 deletions

File tree

apps/sim/app/(landing)/integrations/(shell)/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { TemplateCardButton } from '@/app/(landing)/integrations/(shell)/[slug]/
99
import { IntegrationIcon } from '@/app/(landing)/integrations/components/integration-icon'
1010
import { blockTypeToIconMap } from '@/app/(landing)/integrations/data/icon-mapping'
1111
import integrations from '@/app/(landing)/integrations/data/integrations.json'
12+
import { TEMPLATES } from '@/app/(landing)/integrations/data/templates'
1213
import type { AuthType, FAQItem, Integration } from '@/app/(landing)/integrations/data/types'
13-
import { TEMPLATES } from '@/app/workspace/[workspaceId]/home/components/template-prompts/consts'
1414

1515
const allIntegrations = integrations as Integration[]
1616
const INTEGRATION_COUNT = allIntegrations.length

apps/sim/app/workspace/[workspaceId]/home/components/template-prompts/consts.ts renamed to apps/sim/app/(landing)/integrations/data/templates.ts

File renamed without changes.

apps/sim/app/workspace/[workspaceId]/home/components/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ export {
77
export { MothershipChat } from './mothership-chat/mothership-chat'
88
export { MothershipView } from './mothership-view'
99
export { QueuedMessages } from './queued-messages'
10-
export { TemplatePrompts } from './template-prompts'
1110
export { UserInput } from './user-input'
1211
export { UserMessageContent } from './user-message-content'

apps/sim/app/workspace/[workspaceId]/home/components/template-prompts/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)