Skip to content

Commit 008883c

Browse files
authored
fix(create-your-first-crud.mdx) : highlights corrected Step 4, add search, PageAdminProjects.tsx (#62)
1 parent 3afc97b commit 008883c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tutorials/create-your-first-crud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ Revert this last change to continue.
10041004

10051005
First, let's add the `SearchInput` component in the UI.
10061006

1007-
```tsx {1, 4, 12-16, 20-21} filename="src/features/projects/PageAdminProjects.tsx" showLineNumbers
1007+
```tsx {1, 4, 16-20, 24-25} filename="src/features/projects/PageAdminProjects.tsx" showLineNumbers
10081008
import { SearchInput } from "@/components/SearchInput";
10091009
import {
10101010
/* ... */,

0 commit comments

Comments
 (0)