fix: 重新生成 docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Message, Notification } from '@arco-design/web-react';
|
||||
import { net } from '@shared';
|
||||
import { net } from '../../utils';
|
||||
import type { NavigateFunction } from 'react-router';
|
||||
import { useGlobalStore } from '../../stores/global';
|
||||
import type { AuthLoginResponse, AuthURLResponse } from './types';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { APIResponse } from '@shared';
|
||||
import type { APIResponse } from '../../utils';
|
||||
|
||||
export interface User {
|
||||
id: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { type APIResponse, net } from '@shared';
|
||||
import { type APIResponse, net } from '../../../utils';
|
||||
import type {
|
||||
Branch,
|
||||
Commit,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { type APIResponse, net } from '@shared';
|
||||
import { type APIResponse, net } from '../../../utils';
|
||||
import type { Project } from '../types';
|
||||
|
||||
class ProjectService {
|
||||
|
||||
Reference in New Issue
Block a user