diff options
Diffstat (limited to 'src/groups/user.ts')
-rw-r--r-- | src/groups/user.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/groups/user.ts b/src/groups/user.ts index 59cda82..614e432 100644 --- a/src/groups/user.ts +++ b/src/groups/user.ts @@ -1,5 +1,5 @@ -// import type { Group, Context } from "https://deno.land/x/abc@v1/mod.ts"; -import type { Group, Context } from "../abc/mod.ts"; +import type { Group, Context } from "https://deno.land/x/abc@master/mod.ts"; +// import type { Group, Context } from "../abc/mod.ts"; import * as handlers from "../handler/user.ts"; export default function (g: Group) { |