degmods.com/src/pages/feed.tsx

4 lines
57 B
TypeScript
Raw Normal View History

2024-10-23 17:52:53 +02:00
export const FeedPage = () => {
return <h2>Feed</h2>
2024-10-23 17:52:53 +02:00
}