♻️ Normalize data
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { Flex, useToast } from '@chakra-ui/react'
|
||||
import { Stats } from 'bot-engine'
|
||||
import AnalyticsGraph from 'components/analytics/graph/AnalyticsGraph'
|
||||
import { StatsCards } from 'components/analytics/StatsCards'
|
||||
import { AnalyticsGraphProvider } from 'contexts/AnalyticsGraphProvider'
|
||||
import { useTypebot } from 'contexts/TypebotContext'
|
||||
import { useTypebot } from 'contexts/TypebotContext/TypebotContext'
|
||||
import { Stats } from 'models'
|
||||
import React from 'react'
|
||||
import { useAnswersCount } from 'services/analytics'
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { Button, Flex, HStack, Tag, useToast, Text } from '@chakra-ui/react'
|
||||
import { NextChakraLink } from 'components/nextChakra/NextChakraLink'
|
||||
import { useTypebot } from 'contexts/TypebotContext'
|
||||
import { useTypebot } from 'contexts/TypebotContext/TypebotContext'
|
||||
import { useRouter } from 'next/router'
|
||||
import React, { useMemo } from 'react'
|
||||
import { useStats } from 'services/analytics'
|
||||
|
Reference in New Issue
Block a user