1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-20 10:06:07 +07:00

refactor: remove scss from PackageList component

This commit is contained in:
Griffithtp
2019-07-05 22:06:33 +01:00
parent 0c4ebbffa8
commit a49780f5f0
3 changed files with 18 additions and 14 deletions

View File

@@ -7,8 +7,7 @@ import Help from '../Help';
import { formatLicense } from '../../utils/package';
import { PackageInterface } from '../Package/Package';
// @ts-ignore
import classes from './packageList.scss';
import * as classes from './styles';
interface Props {
packages: PackageInterface[];