diff options
Diffstat (limited to 'packages/astro/test/fixtures/view-transitions/src/components/Animations.astro')
-rw-r--r-- | packages/astro/test/fixtures/view-transitions/src/components/Animations.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/view-transitions/src/components/Animations.astro b/packages/astro/test/fixtures/view-transitions/src/components/Animations.astro new file mode 100644 index 000000000..6c4a8733e --- /dev/null +++ b/packages/astro/test/fixtures/view-transitions/src/components/Animations.astro @@ -0,0 +1,4 @@ +--- +import Animate from './Animate.astro'; +--- +<Animate /> |