icons list and create group icon
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { type FC } from 'react'
|
||||
import { useGetIcons } from './hooks/useIconData'
|
||||
|
||||
const IconsList: FC = () => {
|
||||
|
||||
const { data: icons, isLoading, refetch } = useGetIcons()
|
||||
|
||||
return (
|
||||
<div>IconsList</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default IconsList
|
||||
Reference in New Issue
Block a user