mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
9 lines
226 B
JavaScript
9 lines
226 B
JavaScript
import { Section } from "@/components/section";
|
|
|
|
export default function Messages() {
|
|
return (
|
|
<Section title="Messages" innerClassName="w-full h-full flex flex-col gap-3 items-center">
|
|
</Section>
|
|
);
|
|
}
|