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 {
|
||||
Avatar,
|
||||
Container,
|
||||
Link,
|
||||
Skeleton,
|
||||
Stack,
|
||||
Typography,
|
||||
} from '@mui/material';
|
||||
import { Avatar, Container, Skeleton, Stack, Typography } from '@mui/material';
|
||||
import { createArrayFrom1ToN } from '../../../utils/createArrayFrom1ToN';
|
||||
|
||||
function PeopleTab({ layoutType, peopleTabData }) {
|
||||
|
|
Loading…
Reference in a new issue