Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
locrun authored Oct 18, 2023
1 parent a3cf119 commit acafef4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@
- Для использования модалки, нужно ее обернуть в компонент Modal
пример:

```ts
export const endpoints = {
offers: {
list: ...,
one: ...,
companyOffers: (companyId: number) =>
`/marketplace/companies/${companyId}/offers/`,
grade_offers: (id: number) => `/marketplace/products/${id}/offers/`,
},
};

```
- Вот так выглядит пример модалки, которую можно использовать
Expand Down

1 comment on commit acafef4

@vercel
Copy link

@vercel vercel bot commented on acafef4 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.