Separate Client Portal & Dashboard
This commit is contained in:
13
frontend/dashboard/src/components/animate/index.ts
Normal file
13
frontend/dashboard/src/components/animate/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export * from './variants';
|
||||
|
||||
export { default as DialogAnimate } from './DialogAnimate';
|
||||
export { default as TextAnimate } from './TextAnimate';
|
||||
|
||||
export { default as FabButtonAnimate } from './FabButtonAnimate';
|
||||
export { default as IconButtonAnimate } from './IconButtonAnimate';
|
||||
|
||||
export { default as MotionInView } from './MotionInView';
|
||||
export { default as MotionContainer } from './MotionContainer';
|
||||
export { default as MotionLazyContainer } from './MotionLazyContainer';
|
||||
Reference in New Issue
Block a user