File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default function DocumentTable(): JSX.Element {
67
67
return (
68
68
< ExampleLayout
69
69
title = "Document table"
70
- codeUrl = "https://github.com/sanity-io/sdk-examples/blob/main/sdk-explorer/src/document-collections/DocumentTable/DocumentTable.tsx"
70
+ codeUrl = "https://github.com/sanity-io/sdk-examples/blob/main/apps/ sdk-explorer/src/document-collections/DocumentTable/DocumentTable.tsx"
71
71
hooks = { [ 'usePaginatedList' , 'useProjection' ] }
72
72
styling = "Tailwind"
73
73
>
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function PreviewGrid(): JSX.Element {
73
73
return (
74
74
< ExampleLayout
75
75
title = "Preview grid"
76
- codeUrl = "https://github.com/sanity-io/sdk-examples/blob/main/sdk-explorer/src/document-collections/PreviewGrid/PreviewGrid.tsx"
76
+ codeUrl = "https://github.com/sanity-io/sdk-examples/blob/main/apps/ sdk-explorer/src/document-collections/PreviewGrid/PreviewGrid.tsx"
77
77
hooks = { [ 'useInfiniteList' , 'useProjection' ] }
78
78
styling = "Tailwind"
79
79
>
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function PreviewList(): JSX.Element {
89
89
return (
90
90
< ExampleLayout
91
91
title = "Preview list"
92
- codeUrl = "https://github.com/sanity-io/sdk-examples/blob/main/sdk-explorer/src/document-collections/PreviewList/PreviewList.tsx"
92
+ codeUrl = "https://github.com/sanity-io/sdk-examples/blob/main/apps/ sdk-explorer/src/document-collections/PreviewList/PreviewList.tsx"
93
93
hooks = { [ 'useInfiniteList' , 'useProjection' ] }
94
94
styling = "Sanity UI"
95
95
>
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default function MoviesByActor(): JSX.Element {
50
50
return (
51
51
< ExampleLayout
52
52
title = "Movies by actor"
53
- codeUrl = "https://github.com/sanity-io/sdk-examples/blob/main/sdk-explorer/src/groq/MoviesByActor/MoviesByActor.tsx"
53
+ codeUrl = "https://github.com/sanity-io/sdk-examples/blob/main/apps/ sdk-explorer/src/groq/MoviesByActor/MoviesByActor.tsx"
54
54
hooks = { [ 'useQuery' ] }
55
55
styling = "Sanity UI"
56
56
>
You can’t perform that action at this time.
0 commit comments