fix: order by last created (#550)

* feat: block sync

* fix: order by last created order
This commit is contained in:
Aaryan Khandelwal 2023-03-28 01:52:13 +05:30 committed by GitHub
parent b9e42d116e
commit 37aade5ef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 33 additions and 22 deletions

View file

@ -3,7 +3,7 @@ import useIssuesView from "hooks/use-issues-view";
// components
import { SingleList } from "components/core/list-view/single-list";
// types
import { IIssue, IProjectMember, IState, UserAuth } from "types";
import { IIssue, IState, UserAuth } from "types";
// types
type Props = {