mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-13 20:13:15 +03:00
webui: fix compile
This commit is contained in:
parent
03ad448c9f
commit
4af26663c1
@ -1,8 +1,7 @@
|
|||||||
|
import CircularProgress from '@mui/material/CircularProgress';
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import { useParams } from 'react-router-dom';
|
import { useParams } from 'react-router-dom';
|
||||||
|
|
||||||
import CircularProgress from '@material-ui/core/CircularProgress';
|
|
||||||
|
|
||||||
import { useGetUserByIdQuery } from '../../components/Identity/UserIdentity.generated';
|
import { useGetUserByIdQuery } from '../../components/Identity/UserIdentity.generated';
|
||||||
|
|
||||||
import Identity from './Identity';
|
import Identity from './Identity';
|
||||||
|
Loading…
Reference in New Issue
Block a user