mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +02:00
chore(lint): small clean up of lint errors wip on #312
This commit is contained in:
@@ -141,6 +141,8 @@ const FirstLevelFolder = memo(({ item }: { item: IFolder }) => {
|
||||
)
|
||||
})
|
||||
|
||||
FirstLevelFolder.displayName = "FirstLevelFolder"
|
||||
|
||||
const ResourceList: FC<{
|
||||
items: IFileOrFolder[]
|
||||
setExpanded: React.Dispatch<React.SetStateAction<boolean>>
|
||||
|
||||
Reference in New Issue
Block a user