File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ import { IconButton } from "office-ui-fabric-react/lib/Button";
2
2
import { DocumentCard , DocumentCardDetails } from "office-ui-fabric-react/lib/DocumentCard" ;
3
3
import { Stack } from "office-ui-fabric-react/lib/Stack" ;
4
4
import * as React from "react" ;
5
- import { useCallback , useState } from "react" ;
5
+ import { useCallback } from "react" ;
6
6
import { useContext } from "react" ;
7
7
import { ConfirmDelete } from "../ConfirmDelete/ConfirmDelete" ;
8
8
import { EListItemCommentsStateTypes , ListItemCommentsStateContext } from "../ListItemCommentsStateProvider" ;
9
9
import { CommentItem } from "./CommentItem" ;
10
10
import { IComment } from "./IComment" ;
11
- import { RenderNoComments } from "./RenderNoComments" ;
12
11
import { RenderSpinner } from "./RenderSpinner" ;
13
12
import { useListItemCommentsStyles } from "./useListItemCommentsStyles" ;
14
13
import { useBoolean } from "@fluentui/react-hooks" ;
You can’t perform that action at this time.
0 commit comments