Skip to content

Commit f87009f

Browse files
exp: sidenav toggle
1 parent aeb9d9d commit f87009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// eslint-disable-next-line @typescript-eslint/no-explicit-any
22
export const ThemeSwitch = ({ sibling }: any) => {
3-
return <>{sibling}</>
3+
return <>{sibling} hello</>
44
}

0 commit comments

Comments
 (0)