♻️ (builder) Remove barrel export and flatten folder arch
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Text } from '@chakra-ui/react'
|
||||
import { useTypebot } from '@/features/editor'
|
||||
import { useTypebot } from '@/features/editor/providers/TypebotProvider'
|
||||
import { MakeComBlock } from '@typebot.io/schemas'
|
||||
import { byId, isNotDefined } from '@typebot.io/lib'
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Alert, AlertIcon, Button, Link, Stack, Text } from '@chakra-ui/react'
|
||||
import { ExternalLinkIcon } from '@/components/icons'
|
||||
import { useTypebot } from '@/features/editor'
|
||||
import { useTypebot } from '@/features/editor/providers/TypebotProvider'
|
||||
import { MakeComBlock, Webhook, WebhookOptions } from '@typebot.io/schemas'
|
||||
import React, { useCallback, useEffect, useState } from 'react'
|
||||
import { byId } from '@typebot.io/lib'
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
export * from './MakeComLogo'
|
||||
export * from './MakeComContent'
|
||||
export * from './MakeComSettings'
|
||||
Reference in New Issue
Block a user