Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to Anonymous Landing Page #2741

Merged
merged 12 commits into from
Aug 24, 2023
Merged
1 change: 1 addition & 0 deletions client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
"unmount",
"unschedulable",
"unstar",
"unstyled",
"uploadable",
"uploader",
"uploadprogress",
Expand Down
23 changes: 23 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"@types/react-helmet": "^6.1.6",
"@types/react-pdf": "^6.2.0",
"@types/react-router-dom": "^5.1.2",
"@types/react-router-hash-link": "^2.4.6",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
Expand Down
3 changes: 2 additions & 1 deletion client/src/features/kgSearch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
KgSearchResultLink,
KgSearchResult,
} from "../kgSearch/KgSearch.d";
import { stateToSearchString } from "./KgSearchState";

export { kgSearchApi, EntityType };
export { kgSearchApi, EntityType, stateToSearchString };
export type { KgSearchResult, KgSearchResultLink };
Loading
Loading