Remove unused import
This commit is contained in:
parent
fdbb1bc412
commit
7def2194f8
1 changed files with 1 additions and 8 deletions
|
@ -1,11 +1,4 @@
|
||||||
import {
|
import { Avatar, Container, Skeleton, Stack, Typography } from '@mui/material';
|
||||||
Avatar,
|
|
||||||
Container,
|
|
||||||
Link,
|
|
||||||
Skeleton,
|
|
||||||
Stack,
|
|
||||||
Typography,
|
|
||||||
} from '@mui/material';
|
|
||||||
import { createArrayFrom1ToN } from '../../../utils/createArrayFrom1ToN';
|
import { createArrayFrom1ToN } from '../../../utils/createArrayFrom1ToN';
|
||||||
|
|
||||||
function PeopleTab({ layoutType, peopleTabData }) {
|
function PeopleTab({ layoutType, peopleTabData }) {
|
||||||
|
|
Loading…
Reference in a new issue