Mission Control Dashboard - Initial implementation
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { createMotionComponent } from '../../../motion/index.mjs';
|
||||
|
||||
function createMinimalMotionComponent(Component, options) {
|
||||
return createMotionComponent(Component, options);
|
||||
}
|
||||
|
||||
export { createMinimalMotionComponent };
|
||||
//# sourceMappingURL=create.mjs.map
|
||||
Reference in New Issue
Block a user