diff --git a/test/src/App.vue b/test/src/App.vue index 468781c..da0f1f3 100644 --- a/test/src/App.vue +++ b/test/src/App.vue @@ -2,7 +2,7 @@ import { usePlayer, useWidget } from '@vue-motion/core' import { Group, Motion, grow } from '@vue-motion/lib' import { onMounted } from 'vue' -import type { MathFunction } from '@vue-motion/extension-math' +import { MathFunction } from '@vue-motion/extension-math' import { NumberPlane, PolarPlane } from '@vue-motion/extension-math' import { Column, Container, Row } from '@vue-motion/extension-layout' @@ -27,10 +27,10 @@ onMounted(() => {