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 5ae305e commit 4f9645bCopy full SHA for 4f9645b
custom-implementation/src/components/theme-switch.tsx
@@ -1,4 +1,5 @@
1
+import React from 'react'
2
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3
export const ThemeSwitch = ({ sibling }: any) => {
- return <>{sibling} hello</>
4
+ return <>{sibling}</>
5
}
0 commit comments