mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
(nextjs) added eslint and import sorting
This commit is contained in:
parent
e5f8d5a551
commit
0838bf7ee6
330 changed files with 1576 additions and 896 deletions
|
@ -1,7 +1,8 @@
|
|||
import { api, cleanResult } from '~/utils/api';
|
||||
import { IComment, INode } from '~/types';
|
||||
import axios, { AxiosRequestConfig } from 'axios';
|
||||
|
||||
import { API } from '~/constants/api';
|
||||
import { COMMENTS_DISPLAY } from '~/constants/node';
|
||||
import { IComment, INode } from '~/types';
|
||||
import {
|
||||
ApiDeleteNodeTagsRequest,
|
||||
ApiDeleteNodeTagsResult,
|
||||
|
@ -24,7 +25,8 @@ import {
|
|||
GetNodeDiffRequest,
|
||||
GetNodeDiffResult,
|
||||
} from '~/types/node';
|
||||
import axios, { AxiosRequestConfig } from 'axios';
|
||||
import { api, cleanResult } from '~/utils/api';
|
||||
|
||||
|
||||
export type ApiPostNodeRequest = { node: INode };
|
||||
export type ApiPostNodeResult = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue