This reverts commit c97e418515.
This commit is contained in:
parent
d61b157929
commit
6129e8e53b
15 changed files with 51 additions and 85 deletions
|
|
@ -1,10 +0,0 @@
|
|||
import { observer } from "mobx-react";
|
||||
|
||||
type TProjectMembersActivityButtonProps = { workspaceSlug: string; projectId: string };
|
||||
|
||||
export const ProjectMembersActivityButton = observer(function ProjectMembersActivityButton(
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
props: TProjectMembersActivityButtonProps
|
||||
) {
|
||||
return <></>;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue