2
0

♻️ (builder) Remove barrel export and flatten folder arch

This commit is contained in:
Baptiste Arnaud
2023-03-15 11:51:30 +01:00
parent cbc8194f19
commit 44d7a0bcb8
498 changed files with 1542 additions and 1786 deletions

View File

@@ -1,4 +1,4 @@
import { fetcher } from '@/utils/helpers'
import { fetcher } from '@/helpers/fetcher'
import { Typebot } from '@typebot.io/schemas'
import { stringify } from 'qs'
import useSWR from 'swr'

View File

@@ -1,4 +1,4 @@
import { fetcher } from '@/utils/helpers'
import { fetcher } from '@/helpers/fetcher'
import { PublicTypebot, Typebot, Webhook } from '@typebot.io/schemas'
import useSWR from 'swr'
import { env } from '@typebot.io/lib'