Removed OPDS routes from the UI facade

This commit is contained in:
2022-05-25 09:08:46 -07:00
parent 794a34d7f2
commit 5596da2f2f
4 changed files with 4 additions and 105 deletions

View File

@@ -30,6 +30,10 @@ const Navbar: React.FunctionComponent = (props) => {
</>
);
const performSearch = (searchQuery) => {
}
const customStyles = {
control: () => ({
width: 250,