Complete support chat logic

This commit is contained in:
Hazem Krimi
2021-06-17 22:39:10 +01:00
parent f80f89fd2d
commit 1452a26f79
2 changed files with 90 additions and 40 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react';
import { useHistory, useLocation } from 'react-router';
import { useLazyQuery, useReactiveVar } from '@apollo/client';
import { useReactiveVar } from '@apollo/client';
import { roleVar } from '../../graphql/state';
import { Box, Button, Text } from '..';
import { Wrapper } from './styles';