From d8429c43a6080ea96fb9ed516195411607825906 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Tue, 24 Oct 2023 10:05:20 +0200 Subject: [PATCH] Remove ViewTransitions component from Layout --- astro/src/layouts/Layout.astro | 2 -- 1 file changed, 2 deletions(-) diff --git a/astro/src/layouts/Layout.astro b/astro/src/layouts/Layout.astro index 26f9d87..07f7c74 100644 --- a/astro/src/layouts/Layout.astro +++ b/astro/src/layouts/Layout.astro @@ -1,5 +1,4 @@ --- -import ViewTransitions from "astro/components/ViewTransitions.astro"; export interface Props { title: string; @@ -14,7 +13,6 @@ const { title } = Astro.props; {title} -