mirror of
https://github.com/evgen-app/evgen-app-front-template.git
synced 2024-11-28 18:03:43 +03:00
add bugs
This commit is contained in:
parent
0dd50d7299
commit
4254ea6daa
|
@ -7,7 +7,7 @@ import {useUpdateDocMutation} from "../../generated/graphql"
|
|||
import {Document} from "../../uiKit/Documents/Document/Document"
|
||||
|
||||
function createDoc(){
|
||||
|
||||
|
||||
}
|
||||
|
||||
export const BaseScreen:react.FC = () => {
|
||||
|
@ -39,7 +39,7 @@ export const BaseScreen:react.FC = () => {
|
|||
<Document></Document>
|
||||
</Route>
|
||||
<Route path={url}>
|
||||
<button onClick={}></button>
|
||||
<button >создать</button>
|
||||
<div>
|
||||
{data && data?.materialsByUser?.map( materials =>
|
||||
<DocumentCard
|
||||
|
|
Loading…
Reference in New Issue
Block a user