import React from "react" import { Result } from "antd" import PostModel from "models/post" import { PostsList } from "components" import { Icons } from "components/Icons" const emptyListRender = () => { return } >