1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 01:25:51 +07:00

fix: removed tsignore for AppContext (#188)

This commit is contained in:
Thomas Klein
2019-10-12 19:59:47 +02:00
committed by Juan Picado @jotadeveloper
parent fdbdb6303b
commit d2c1130efd
3 changed files with 24 additions and 15 deletions

View File

@@ -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 }) => (