Skip to content

Commit

Permalink
#319 again
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Nov 13, 2023
1 parent b39ed9a commit 533e822
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/pages/Help.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Source } from "@mui/icons-material";
import { Fragment } from "react";
import { Link} from "react-router-dom";
import { Link } from "react-router-dom";
import Header from "../components/Header";

export default function Help() {
const location = useLocation();
document.title = "Ontology Lookup Service (OLS)";
return (
<Fragment>
Expand Down

0 comments on commit 533e822

Please sign in to comment.