Skip to content

Commit 10f58a4

Browse files
committed
fix_lint
1 parent 07687f1 commit 10f58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/s2-docs/src/SearchMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const TAB_DEFS: Record<Library, TabDef> = {
9292
}
9393
};
9494

95-
const getCurrentLibrary = (currentPage: Page): Library => getLibraryFromPage(currentPage);
95+
export const getCurrentLibrary = (currentPage: Page): Library => getLibraryFromPage(currentPage);
9696

9797
// getLibraryFromUrl now imported from library.ts
9898

0 commit comments

Comments
 (0)