import { PostTable, UserTable } from "./page" export default function AdminLoading() { return (

Admin

Users

Posts

) }