mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
perf(app): limit load of subplebbit with preload of layout
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import styles from './post-form.module.css';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
const PostForm = () => {
|
||||
export interface PostFormProps {
|
||||
address: string | undefined;
|
||||
}
|
||||
|
||||
const PostForm = ({ address }: PostFormProps) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user