We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc03671 commit 177e533Copy full SHA for 177e533
Projects/BooksLibrary/src/startup/loader.ts
@@ -1,6 +1,6 @@
1
import { container, DependencyContainer } from 'tsyringe';
2
import { Authenticator } from 'auth/authenticator';
3
-import { Logger } from 'common/logger';
+import { Logger } from '../common/logger';
4
import { Authorizer } from 'auth/authorizer';
5
6
export class Loader {
0 commit comments