Skip to content

Commit

Permalink
Revert "fix code examples"
Browse files Browse the repository at this point in the history
This reverts commit 85e5088.
  • Loading branch information
erwanMarmelab committed Sep 23, 2024
1 parent eb0cecf commit 2776293
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/CreateDialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ Below is an example of an `<Edit>` page, including a 'create a new customer' but
Your browser does not support the video tag.
</video>

{% raw %}

```tsx
import React, { useCallback, useState } from 'react';
import {
Expand Down Expand Up @@ -407,5 +405,3 @@ const EmployerEdit = () => (
</Edit>
);
```

{% endraw %}
4 changes: 0 additions & 4 deletions docs/EditDialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ Below is an example of an `<Edit>` page, including a 'create a new customer' but
Your browser does not support the video tag.
</video>

{% raw %}

```tsx
import React, { useCallback, useState } from 'react';
import {
Expand Down Expand Up @@ -432,5 +430,3 @@ const EmployerEdit = () => (
</Edit>
);
```

{% endraw %}

0 comments on commit 2776293

Please sign in to comment.