diff --git a/client/src/components/Navigation.astro b/client/src/components/Navigation.astro index f4ae1fe7..224882e3 100644 --- a/client/src/components/Navigation.astro +++ b/client/src/components/Navigation.astro @@ -8,7 +8,7 @@
diff --git a/client/src/pages/elements/[...id].astro b/client/src/pages/elements/[...id].astro index c4ba6ca9..af788f38 100644 --- a/client/src/pages/elements/[...id].astro +++ b/client/src/pages/elements/[...id].astro @@ -1,5 +1,5 @@ --- -import MardownContent from '../../components/MardownContent.astro'; +import ElementView from '../../views/ElementView.astro'; import Layout from '../../layouts/Layout.astro'; import fetchApi from '../../lib/strapi'; @@ -25,6 +25,5 @@ try { ---