Mission Control Dashboard - Initial implementation
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use client";
|
||||
import { useConstant } from '../../utils/use-constant.mjs';
|
||||
import { WillChangeMotionValue } from './WillChangeMotionValue.mjs';
|
||||
|
||||
function useWillChange() {
|
||||
return useConstant(() => new WillChangeMotionValue("auto"));
|
||||
}
|
||||
|
||||
export { useWillChange };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user