import { Header } from "./header/header"; import { Chat } from "./chat"; import { Input } from "./input"; export const App = () => { return (
); };