fix: PackageList component is converted to functional (#219) #116

This commit is contained in:
Alfonso Austin
2019-10-26 05:36:16 -04:00
committed by Juan Picado @jotadeveloper
parent 2bc49f3ab7
commit ae0222cf65
4 changed files with 18 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import PackageList from '../../components/PackageList';
import { PackageList } from '../../components/PackageList';
import { PackageInterface } from '../../components/Package/Package';
interface Props {