aboutsummaryrefslogtreecommitdiff
path: root/engine/career/career.ts
diff options
context:
space:
mode:
Diffstat (limited to 'engine/career/career.ts')
-rw-r--r--engine/career/career.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/career/career.ts b/engine/career/career.ts
index b235f6e..a052ae6 100644
--- a/engine/career/career.ts
+++ b/engine/career/career.ts
@@ -1,4 +1,4 @@
-import type { GameTime } from 'time'
+import type { GameTime } from '@hollowdark/time'
import type { InstitutionId } from '../entities/base'
export type CareerTrajectory = 'rising' | 'steady' | 'declining' | 'stalled'