@defikitdotnet/x-ai-combat
Version:
XCombatAI - Social Media Engagement Template for the Agent Framework
8 lines • 436 B
JavaScript
'use client';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Navbar from '../../components/Navbar';
import PostPanel from '../../components/PostPanel';
export default function Posts() {
return (_jsxs("div", { className: "flex flex-col min-h-screen", children: [_jsx(Navbar, {}), _jsx("div", { className: "container mx-auto px-4 py-6", children: _jsx(PostPanel, {}) })] }));
}
//# sourceMappingURL=page.js.map