Skip to content

Commit

Permalink
refactor(common): remove dummy.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
matheushdsbr committed Jul 24, 2024
1 parent a4f05c8 commit d924f75
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 d924f75

Please sign in to comment.