mirror of
https://github.com/SomboChea/ui
synced 2026-01-17 08:35:47 +07:00
fix: introduced forwardRef (#181)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
a8deeb9b9d
commit
0c4fb7da13
@@ -1,9 +1,9 @@
|
||||
import React, { FC, useContext } from 'react';
|
||||
import List from '@material-ui/core/List';
|
||||
|
||||
import { DetailContext } from '../../pages/Version';
|
||||
import fileSizeSI from '../../utils/file-size';
|
||||
import { formatLicense } from '../../utils/package';
|
||||
import List from '../../muiComponents/List';
|
||||
|
||||
import { StyledText, DistListItem, DistChips } from './styles';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user