feat(hooks): add usePagination
This commit is contained in:
@ -13,6 +13,7 @@ export const Guild: React.FC<GuildProps> = (props) => {
|
||||
|
||||
return (
|
||||
<IconLink
|
||||
className='mt-2'
|
||||
key={guild.id}
|
||||
href={`/application/${guild.id}/${guild.defaultChannelId}`}
|
||||
selected={selected}
|
||||
|
Reference in New Issue
Block a user