feat: global component for links list (#307)

This commit is contained in:
Aaryan Khandelwal 2023-02-21 11:23:50 +05:30 committed by GitHub
parent 818fe3ecf7
commit 33e2986062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 180 additions and 242 deletions

View file

@ -215,6 +215,7 @@ const SingleModule: React.FC<UserAuth> = (props) => {
module={moduleDetails}
isOpen={moduleSidebar}
moduleIssues={moduleIssues}
userAuth={props}
/>
</AppLayout>
</IssueViewContextProvider>