We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb9d9d commit f87009fCopy full SHA for f87009f
custom-implementation/src/components/theme-switch.tsx
@@ -1,4 +1,4 @@
1
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2
export const ThemeSwitch = ({ sibling }: any) => {
3
- return <>{sibling}</>
+ return <>{sibling} hello</>
4
}
0 commit comments