refactor: Reorganize frontend by moving UI components, hooks, and utilities to new components, logic, features, and lib directories
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
listApiTokens,
|
||||
regenerateApiToken,
|
||||
type ApiTokenRecord,
|
||||
} from '../lib/apiClient';
|
||||
} from '../lib/api/apiClient';
|
||||
import type { ApiTokenId, CapabilitySetId } from '../types/identifiers';
|
||||
|
||||
interface ApiTokensResponse {
|
||||
|
||||
Reference in New Issue
Block a user