From d25938b522303cd29437f6011fd8cf4b2199ecf3 Mon Sep 17 00:00:00 2001 From: "S. Elliott Johnson" Date: Mon, 8 May 2023 22:18:51 -0600 Subject: [PATCH] Convert src/runtime/motion/index.ts to JavaScript --- src/runtime/motion/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/runtime/motion/index.ts b/src/runtime/motion/index.ts index ea6c646dd9..1563672f29 100644 --- a/src/runtime/motion/index.ts +++ b/src/runtime/motion/index.ts @@ -1,2 +1,6 @@ export * from './spring'; export * from './tweened'; + + + +