We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f39a0 commit 288cc8eCopy full SHA for 288cc8e
1 file changed
packages/core/src/motion/Motion.tsx
@@ -1,7 +1,6 @@
1
'use client';
2
import { Component } from '@primereact/core/component';
3
-import { nextFrame } from '@primeuix/motion';
4
-import { mergeProps } from '@primeuix/utils';
+import { mergeProps, nextFrame } from '@primeuix/utils';
5
import { withComponent } from 'primereact/base';
6
import * as React from 'react';
7
import { MotionProvider } from './Motion.context';
0 commit comments