added spectre css
This commit is contained in:
@@ -8,9 +8,14 @@ interface Props {
|
||||
|
||||
const FileElement: React.FC<Props> = (props) => {
|
||||
return (
|
||||
<div>
|
||||
📄 {props.file.name}
|
||||
</div>
|
||||
<>
|
||||
<td>
|
||||
📄
|
||||
</td>
|
||||
<td>
|
||||
{props.file.name}
|
||||
</td>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user