mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
8 lines
No EOL
101 B
TypeScript
8 lines
No EOL
101 B
TypeScript
"use client";
|
|
|
|
export default function Announcements() {
|
|
return (
|
|
<div></div>
|
|
);
|
|
}
|
|
|