drfeely.com/app/articles/page.tsx

6 lines
86 B
TypeScript
Raw Normal View History

2023-07-23 22:26:35 +00:00
const Articles = () => {
2023-07-25 03:14:18 +00:00
return <main>Articles</main>;
2023-07-23 22:26:35 +00:00
};
export default Articles;