Fix wrong import in MessageSidebar
This commit is contained in:
parent
4bb92e219d
commit
96cba0c614
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
import { TrashIcon } from '@heroicons/react/outline';
|
||||
import * as React from 'react';
|
||||
import { FixedSizeList as List } from 'react-window';
|
||||
import { IGetFeedbackRequest } from '../../dts/dist/Interfaces/IGetFeedbackRequest';
|
||||
import { MessageType } from '../../Enums/MessageType';
|
||||
import { IGetFeedbackRequest } from '../../Interfaces/IGetFeedbackRequest';
|
||||
import { IGetFeedbackResponse } from '../../Interfaces/IGetFeedbackResponse';
|
||||
import { IHistoryState } from '../../Interfaces/IHistoryState';
|
||||
import { IMessage } from '../../Interfaces/IMessage';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue