diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-10 13:57:21 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-10 13:57:21 -0500 |
| commit | 109abe78646c94903ef423aeb7db213087c4b92d (patch) | |
| tree | f716582e9a5d30f2b11e4fd7ab40eeb7a0f0b2b5 /src/server/index.ts | |
| parent | a1760ecbb780dc17a7675bd60fb50aa1103fa961 (diff) | |
event emitter, streamlined initialization
Diffstat (limited to 'src/server/index.ts')
| -rw-r--r-- | src/server/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/index.ts b/src/server/index.ts index de56d31bf..0cce0dc54 100644 --- a/src/server/index.ts +++ b/src/server/index.ts @@ -22,7 +22,7 @@ import GeneralGoogleManager from "./ApiManagers/GeneralGoogleManager"; import GooglePhotosManager from "./ApiManagers/GooglePhotosManager"; import { Logger } from "./ProcessFactory"; import { yellow } from "colors"; -import { DashSessionAgent } from "./DashSessionAgent"; +import { DashSessionAgent } from "./DashSession/DashSessionAgent"; import SessionManager from "./ApiManagers/SessionManager"; import { AppliedSessionAgent } from "./session/agents/applied_session_agent"; |
