forked from sombochea/verdaccio-ui
fix: removed tsignore for AppContext (#188)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
fdbdb6303b
commit
d2c1130efd
@@ -1,10 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
import PackageList from '../../components/PackageList';
|
||||
import { PackageInterface } from '../../components/Package/Package';
|
||||
|
||||
interface Props {
|
||||
isUserLoggedIn: boolean;
|
||||
packages: [];
|
||||
packages: PackageInterface[];
|
||||
}
|
||||
|
||||
const Home: React.FC<Props> = ({ packages }) => (
|
||||
|
||||
Reference in New Issue
Block a user