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 324ad1e commit 5d22b30
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@


```ts
export const AskforQuoteModal = {
<Modal>
<AskforQuoteModal onClose={true}>
</Modal>
}
import { Modal } from 'components/Modal'
import { useModal } from 'shared/hooks/useModal'
import { AskForQuote } from 'features'

const Example: ExamplePage = () => {
return (
<Modal>
<AskforQuoteModal onClose={true}>
</Modal>
)
}
```

1 comment on commit 5d22b30

@vercel
Copy link

@vercel vercel bot commented on 5d22b30 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.