Skip to content

Commit

Permalink
remove a bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorTom327 committed Sep 22, 2023
1 parent eff07e4 commit 121cf12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh"

yarn pretty-quick --staged
yarn test:ci
1 change: 0 additions & 1 deletion app/controllers/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "./.gitkeep";
export * from "./UserController";

0 comments on commit 121cf12

Please sign in to comment.