Skip to content

Commit

Permalink
feat: 抽取一些公共组件 & 修复设置页样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
moshangqi committed Nov 10, 2023
1 parent 30634b5 commit 9abe17f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/SuperSideBar/declare.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// eslint-disable-next-line max-classes-per-file
import { CompletionEnum } from '@/isomorphic/constant/ai';
import { IUser } from '@/isomorphic/interface';
import React, { MutableRefObject } from 'react';

export type IMsg = {
msgId: string;
type: CompletionEnum;
type: string;
feedback?: number;
content: string;
completion_id: number;
Expand Down

0 comments on commit 9abe17f

Please sign in to comment.