Skip to content

Commit

Permalink
fix(clientportal): change apollo import
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ujin Bat-Ulzii authored and Anu-Ujin Bat-Ulzii committed May 29, 2023
1 parent 1ed99c1 commit c090b32
Showing 1 changed file with 8 additions and 8 deletions.
@@ -1,17 +1,17 @@
import { IButtonMutateProps } from '@erxes/ui/src/types';
import * as compose from 'lodash.flowright';

import { Alert, withProps } from '@erxes/ui/src/utils';
import {
ClientPortalUserAssignCompanyMutationResponse,
IClientPortalUser
} from '../../types';
import React from 'react';
import { graphql } from 'react-apollo';
import gql from 'graphql-tag';
import { Alert, withProps } from '@erxes/ui/src/utils';

import * as compose from 'lodash.flowright';

import { mutations, queries } from '../../graphql';

import CompanyAssignForm from '../../components/detail/CompanyAssignForm';
import { IButtonMutateProps } from '@erxes/ui/src/types';
import React from 'react';
import gql from 'graphql-tag';
import { graphql } from '@apollo/client/react/hoc';

type Props = {
queryParams: any;
Expand Down

0 comments on commit c090b32

Please sign in to comment.