fix: remove unused import
This commit is contained in:
parent
64ce205296
commit
01b0e373d2
1 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
import type {
|
||||
ClientAuthMethod,
|
||||
ResponseType,
|
||||
SigningAlgorithmWithNone,
|
||||
} from 'oidc-provider';
|
||||
import type { ClientAuthMethod, ResponseType } from 'oidc-provider';
|
||||
|
||||
import {
|
||||
Column,
|
||||
|
|
Loading…
Reference in a new issue