Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed May 1, 2020
1 parent 03d0735 commit 9194b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '../../../../constants';
import { useLink, useGetCategories, useGetPackages } from '../../../../hooks';
import { WithHeaderLayout } from '../../../../layouts';
import { CategorySummaryItem, PackageListItem } from '../../../../types';
import { CategorySummaryItem } from '../../../../types';
import { PackageListGrid } from '../../components/package_list_grid';
import { CategoryFacets } from './category_facets';
import { HeroCopy, HeroImage } from './header';
Expand Down

0 comments on commit 9194b80

Please sign in to comment.