legalgo-FE-reactrouter/app/routes/_layout.news._index.tsx

6 lines
91 B
TypeScript
Raw Normal View History

const NewsIndexLayout = () => {
return <div>News</div>
}
export default NewsIndexLayout