Skip to content

Commit

Permalink
fix: remove unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
r1skz3ro committed Jul 2, 2024
1 parent 8e78081 commit 1b26b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion frontend/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# hooks start from the project root directory

cd frontend

yarn lint:fix && yarn format
yarn lint:fix
yarn format
yarn compile
1 change: 0 additions & 1 deletion frontend/src/components/common/Button/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { Button } from './Button';
export type { StyleTypes, Variants, Props } from './Button.interface';

0 comments on commit 1b26b45

Please sign in to comment.