♻️ Re-organize workspace folders
This commit is contained in:
@@ -4,8 +4,8 @@ import { createId } from '@paralleldrive/cuid2'
|
||||
import {
|
||||
importTypebotInDatabase,
|
||||
injectFakeResults,
|
||||
} from 'utils/playwright/databaseActions'
|
||||
import { starterWorkspaceId } from 'utils/playwright/databaseSetup'
|
||||
} from '@typebot.io/lib/playwright/databaseActions'
|
||||
import { starterWorkspaceId } from '@typebot.io/lib/playwright/databaseSetup'
|
||||
|
||||
test('analytics are not available for non-pro workspaces', async ({ page }) => {
|
||||
const typebotId = createId()
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
} from '@chakra-ui/react'
|
||||
import { useToast } from '@/hooks/useToast'
|
||||
import { useTypebot } from '@/features/editor'
|
||||
import { Stats } from 'models'
|
||||
import { Stats } from '@typebot.io/schemas'
|
||||
import React from 'react'
|
||||
import { useAnswersCount } from '../hooks/useAnswersCount'
|
||||
import {
|
||||
|
||||
@@ -7,10 +7,10 @@ import {
|
||||
StatNumber,
|
||||
useColorModeValue,
|
||||
} from '@chakra-ui/react'
|
||||
import { Stats } from 'models'
|
||||
import { Stats } from '@typebot.io/schemas'
|
||||
import React from 'react'
|
||||
|
||||
const computeCompletionRate = (
|
||||
const computeCompletionRate = (
|
||||
totalCompleted: number,
|
||||
totalStarts: number
|
||||
): string => {
|
||||
|
||||
Reference in New Issue
Block a user