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"
|
import {Document} from "../../uiKit/Documents/Document/Document"
|
||||||
|
|
||||||
function createDoc(){
|
function createDoc(){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const BaseScreen:react.FC = () => {
|
export const BaseScreen:react.FC = () => {
|
||||||
|
@ -39,7 +39,7 @@ export const BaseScreen:react.FC = () => {
|
||||||
<Document></Document>
|
<Document></Document>
|
||||||
</Route>
|
</Route>
|
||||||
<Route path={url}>
|
<Route path={url}>
|
||||||
<button onClick={}></button>
|
<button >создать</button>
|
||||||
<div>
|
<div>
|
||||||
{data && data?.materialsByUser?.map( materials =>
|
{data && data?.materialsByUser?.map( materials =>
|
||||||
<DocumentCard
|
<DocumentCard
|
||||||
|
|
Loading…
Reference in New Issue
Block a user