Skip to content

Commit

Permalink
refactor(components-motion): format code (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored May 3, 2022
1 parent f135239 commit ffe90dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as classNames } from './classNames';
export * from './motion';
export { AnimatePresence, motion, useReducedMotion } from './motion';
export type { MotionProps } from './motion';

1 comment on commit ffe90dc

@vercel
Copy link

@vercel vercel bot commented on ffe90dc May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog.tazimi.dev
blog-git-main-sabertaz.vercel.app
blog-sabertaz.vercel.app

Please sign in to comment.