Skip to content

Commit

Permalink
Merge pull request #841 from gympass/DS-896
Browse files Browse the repository at this point in the history
🚀 refactor(common): remove dummy.ts file
  • Loading branch information
matheushdsbr authored Jul 25, 2024
2 parents a4f05c8 + d924f75 commit c84ac2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions packages/common/src/dummy.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/common/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import merge from './merge';
import hexToRgb from './hexToRgb';
import elevate from './elevate';
import dummy from './dummy';

export { merge, hexToRgb, elevate, dummy };
export { merge, hexToRgb, elevate };

0 comments on commit c84ac2f

Please sign in to comment.