Skip to content

Commit 177e533

Browse files
committed
fix module not found
1 parent bc03671 commit 177e533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/BooksLibrary/src/startup/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { container, DependencyContainer } from 'tsyringe';
22
import { Authenticator } from 'auth/authenticator';
3-
import { Logger } from 'common/logger';
3+
import { Logger } from '../common/logger';
44
import { Authorizer } from 'auth/authorizer';
55

66
export class Loader {

0 commit comments

Comments
 (0)