Skip to content

Commit

Permalink
fix logger import
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Oct 29, 2023
1 parent b245d44 commit a2077f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/superdough/util.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { logger } from './logger.mjs';

// currently duplicate with core util.mjs to skip dependency
// TODO: add separate util module?

Expand Down

0 comments on commit a2077f7

Please sign in to comment.