From 2d1749c5883aa36277d70312c9bc7bdfa684f2cc Mon Sep 17 00:00:00 2001 From: Sarah Oberbichler <66369271+soberbichler@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:48:46 +0200 Subject: [PATCH] Create Glossary.jsx --- Glossary.jsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Glossary.jsx 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 ; +}