fix error

This commit is contained in:
liangping
2024-09-01 15:19:09 +08:00
parent 3662b55443
commit ff111eb57e
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { BaseRestClient } from '@/libs/client';
import { adapter, type AbstractRegistry, type Request } from '@/libs/registry';
import { adapter, type AbstractRegistry, type Request } from '@/libs/api/registry';
import { PageRequest, type PaginatedResponse } from '@/types';
export interface Classes {