Skip to content

Commit ee1dbbb

Browse files
exacsCopilot
andauthored
Update __test__/test-website/src/components/with-display-templates.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7dbb37c commit ee1dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__test__/test-website/src/components/with-display-templates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export function Component6({}: Props6) {
142142
return <div>This is Component6</div>;
143143
}
144144

145-
export function Component7({}: Props6) {
145+
export function Component7({}: Props7) {
146146
return <div>This is Component7</div>;
147147
}
148148
export function Component3C({ opti }: Props3) {

0 commit comments

Comments
 (0)