diff --git a/examples/social-feed/src/layouts/Base.astro b/examples/social-feed/src/layouts/Base.astro index b71ed924b..741853071 100644 --- a/examples/social-feed/src/layouts/Base.astro +++ b/examples/social-feed/src/layouts/Base.astro @@ -1,5 +1,4 @@ --- -import { ViewTransitions } from 'astro:transitions'; import settings from '../settings'; import '../style/theme.css'; import '../style/global.css'; @@ -23,7 +22,6 @@ const { title = settings.name } = Astro.props; {title} -