Skip to content

Commit af7cadc

Browse files
committed
Added back and forth chat
1 parent e2b2468 commit af7cadc

File tree

6 files changed

+418
-184
lines changed

6 files changed

+418
-184
lines changed

packages/gitbook/src/components/Search/SearchButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function SearchButton(props: { children?: React.ReactNode; style?: ClassV
9999
);
100100
}
101101

102-
function Shortcut() {
102+
export function Shortcut() {
103103
const [operatingSystem, setOperatingSystem] = useState<string | null>(null);
104104

105105
useEffect(() => {

0 commit comments

Comments
 (0)