mediahub-fe/components/landing-page/NewsTicker.tsx

9 lines
113 B
TypeScript
Raw Normal View History

2024-11-28 15:21:06 +00:00
import React from 'react'
const NewsTicker = () => {
return (
<div></div>
)
}
export default NewsTicker