mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(knip): trim dead exports and tool noise
This commit is contained in:
@@ -2,7 +2,7 @@ import { useMemo } from 'react';
|
||||
import type { DirectoryCommunity } from './use-directories';
|
||||
import { computeGuiPostsPerPage, getBoardFeedPageSizeConstants, type CommunityWithPostsPerPage } from '../lib/utils/board-feed-pagination';
|
||||
|
||||
export type BoardFeedPageSize = ReturnType<typeof getBoardFeedPageSizeConstants>;
|
||||
type BoardFeedPageSize = ReturnType<typeof getBoardFeedPageSizeConstants>;
|
||||
|
||||
/**
|
||||
* Compute board feed page-size values from directory community.
|
||||
|
||||
Reference in New Issue
Block a user