mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
join releasetypes on 'all' mode on artist page
This commit is contained in:
@@ -12,6 +12,6 @@ const BaseGrid = ({ classNames, style, ...props }: GridProps) => {
|
||||
|
||||
BaseGrid.displayName = 'Grid';
|
||||
|
||||
export const Grid = memo(BaseGrid);
|
||||
export const Grid = memo(BaseGrid) as unknown as typeof BaseGrid & { Col: typeof MantineGrid.Col };
|
||||
|
||||
(Grid as typeof Grid & { Col: typeof MantineGrid.Col }).Col = MantineGrid.Col;
|
||||
|
||||
Reference in New Issue
Block a user