♻️ Normalize data
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Answer } from '../models'
|
||||
import { Answer } from 'models'
|
||||
import React, { createContext, ReactNode, useContext, useState } from 'react'
|
||||
|
||||
const answersContext = createContext<{
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { PublicTypebot } from 'models'
|
||||
import React, { createContext, ReactNode, useContext } from 'react'
|
||||
import { PublicTypebot } from '../models/publicTypebot'
|
||||
|
||||
const typebotContext = createContext<{
|
||||
typebot: PublicTypebot
|
||||
|
Reference in New Issue
Block a user