docs(deps): use only one motion library

This commit is contained in:
Benjamin Canac
2025-03-20 22:14:14 +01:00
parent f401766e26
commit a0fec4e467
3 changed files with 7 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
// @ts-expect-error yaml is not typed
import page from '.figma.yml'
import { animate } from 'motion'
import { animate } from 'motion-v'
import { joinURL } from 'ufo'
const { url } = useSiteConfig()