Skip to content

Commit 4f9645b

Browse files
fix: build
1 parent 5ae305e commit 4f9645b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
import React from 'react'
12
// eslint-disable-next-line @typescript-eslint/no-explicit-any
23
export const ThemeSwitch = ({ sibling }: any) => {
3-
return <>{sibling} hello</>
4+
return <>{sibling}</>
45
}

0 commit comments

Comments
 (0)