Skip to content

Commit

Permalink
bump +resetdemo
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Jun 30, 2021
1 parent 8b501c7 commit 9167ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/hooks/useProjectMembers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import { useQuery } from 'react-query'
import { useIsAuthenticated } from '@azure/msal-react';
import { ProjectMember } from '../model';
import { useProject, useProjectUsers } from '.';
import { getGraphPrincipal } from '../MSGraph';
import { useProject, useProjectUsers } from '.';

export const useProjectMembers = () => {

Expand Down

0 comments on commit 9167ec6

Please sign in to comment.