From 9007bfc3a2715fb14e978a6e6258533371c749ef Mon Sep 17 00:00:00 2001 From: "S. Elliott Johnson" Date: Mon, 8 May 2023 22:19:18 -0600 Subject: [PATCH] Manual cleanup of src/runtime/motion/index.js --- src/runtime/motion/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/motion/index.js b/src/runtime/motion/index.js index ea6c646dd9..10f52502d3 100644 --- a/src/runtime/motion/index.js +++ b/src/runtime/motion/index.js @@ -1,2 +1,2 @@ -export * from './spring'; -export * from './tweened'; +export * from './spring.js'; +export * from './tweened.js';