Skip to content

Commit 11d733c

Browse files
committed
更新 task.hook.ts 文件,修改钩子导入路径以使用 '@objectstack/spec/data'
1 parent bc91764 commit 11d733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todo/src/domains/todo/task.hook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
import { HookContext, Hook } from '@steedos/spec';
2+
import { HookContext, Hook } from '@objectstack/spec/data';
33

44
const taskHook: Hook = {
55
name: 'task_logic',

0 commit comments

Comments
 (0)