aboutsummaryrefslogtreecommitdiff
path: root/engine/health/health.ts
diff options
context:
space:
mode:
Diffstat (limited to 'engine/health/health.ts')
-rw-r--r--engine/health/health.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/health/health.ts b/engine/health/health.ts
index b623710..fdcfd3d 100644
--- a/engine/health/health.ts
+++ b/engine/health/health.ts
@@ -1,4 +1,4 @@
-import type { GameTime } from 'time'
+import type { GameTime } from '@hollowdark/time'
export type EatingPattern = 'poor' | 'irregular' | 'moderate' | 'good' | 'athletic'