Removed unused import.

This commit is contained in:
jd
2026-02-21 20:42:10 +00:00
parent 3e9d61b8c6
commit 3464f32c46

View File

@@ -1,6 +1,5 @@
import { guard, unwrapMethod } from '../utilities/guard';
import auth from '../endpoints/auth';
import { OkResponse } from '../utilities/responseHelper';
import { Claims } from '../orm/claims';
export default {