mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
perf(post): load post components conditionally
This commit is contained in:
@@ -5,7 +5,6 @@ import useWindowWidth from '../../hooks/use-window-width';
|
||||
import styles from './post.module.css';
|
||||
import PostDesktop from './post-desktop';
|
||||
import PostMobile from './post-mobile';
|
||||
import _ from 'lodash';
|
||||
|
||||
export interface PostProps {
|
||||
index?: number;
|
||||
|
||||
Reference in New Issue
Block a user