diff --git a/src/pages/concepts/reference/glossary.js b/src/pages/concepts/reference/glossary.js index bc3c6b948..f8333262d 100644 --- a/src/pages/concepts/reference/glossary.js +++ b/src/pages/concepts/reference/glossary.js @@ -1,5 +1,6 @@ import React, {useState, useMemo} from "react"; import Layout from "@theme/Layout"; +import BackToTopButton from "@theme/BackToTopButton"; import {glossaryEntries} from "../../../../static/data/glossaryEntries"; import GlossaryCard from "../../../components/GlossaryCard"; @@ -127,6 +128,7 @@ function Glossary() { )} + );