4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export default function Announcements() {
|
|
return <span> this is the announcements</span>;
|
|
}
|