mirror of
https://github.com/SomboChea/ui
synced 2026-01-18 17:16:00 +07:00
fix: introduced forwardRef (#181)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
a8deeb9b9d
commit
0c4fb7da13
@@ -1,10 +1,10 @@
|
||||
import React from 'react';
|
||||
import List from '@material-ui/core/List';
|
||||
import Link from '@material-ui/core/Link';
|
||||
import { Link as RouterLink } from 'react-router-dom';
|
||||
|
||||
import { Versions, Time } from '../../../types/packageMeta';
|
||||
import { formatDateDistance } from '../../utils/package';
|
||||
import List from '../../muiComponents/List';
|
||||
import ListItem from '../../muiComponents/ListItem';
|
||||
|
||||
import { Spacer, ListItemText } from './styles';
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import React from 'react';
|
||||
import List from '@material-ui/core/List';
|
||||
|
||||
import { DistTags } from '../../../types/packageMeta';
|
||||
import ListItem from '../../muiComponents/ListItem';
|
||||
import List from '../../muiComponents/List';
|
||||
|
||||
import { Spacer, ListItemText } from './styles';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user