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:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user