From a9d58f8df8f8573e06ad6570cfd4740312d42edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 9 Aug 2025 16:17:14 +0200 Subject: feat(batteur): videos --- src/component/VideoAuto.astro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/component/VideoAuto.astro (limited to 'src/component') diff --git a/src/component/VideoAuto.astro b/src/component/VideoAuto.astro new file mode 100644 index 0000000..c8b0fe6 --- /dev/null +++ b/src/component/VideoAuto.astro @@ -0,0 +1,7 @@ +--- +const { src } = Astro.props; +--- + + -- cgit v1.2.3