drfeely.com/app/articles/page.tsx

6 lines
86 B
TypeScript

const Articles = () => {
return <main>Articles</main>;
};
export default Articles;