Skip to content

Commit e561344

Browse files
committed
chore: updated examples
1 parent d7342d7 commit e561344

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ const StatusRight = () => (
2424
</Box>
2525
)
2626

27-
export default undefined
27+
export default {
28+
status: {
29+
left: <StatusLeft />,
30+
right: <StatusRight />
31+
},
32+
window: (props) => <Window {...props} />
33+
} satisfies BetterTmuxConfig

0 commit comments

Comments
 (0)