import React, { ReactNode } from "react"; import { Outlet } from "react-router-dom"; export default function Posts() { return ; }