Separate Client Portal & Dashboard
This commit is contained in:
12
frontend/dashboard/src/components/animate/variants/index.ts
Normal file
12
frontend/dashboard/src/components/animate/variants/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export * from './path';
|
||||
export * from './fade';
|
||||
export * from './zoom';
|
||||
export * from './flip';
|
||||
export * from './slide';
|
||||
export * from './scale';
|
||||
export * from './bounce';
|
||||
export * from './rotate';
|
||||
export * from './actions';
|
||||
export * from './container';
|
||||
export * from './transition';
|
||||
export * from './background';
|
||||
Reference in New Issue
Block a user