diff --git a/Glossary.jsx b/Glossary.jsx new file mode 100644 index 0000000..5d064d7 --- /dev/null +++ b/Glossary.jsx @@ -0,0 +1,5 @@ +import Glossary from './Glossary'; + +export default function Page() { + return ; +}