Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsi committed May 22, 2020
1 parent 85448f0 commit 643b02a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app-admin-ui/client/pages/List/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import Search from './Search';
import Management, { ManageToolbar } from './Management';
import { useListFilter, useListSelect, useListSort, useListUrlState } from './dataHooks';
import { captureSuspensePromises } from '@keystonejs/utils';
import { useAdminMeta } from '../../providers/AdminMeta';

export function ListLayout(props) {
const { items, itemCount, queryErrors, query } = props;
Expand Down

0 comments on commit 643b02a

Please sign in to comment.