degmods.com/src/pages/feed.tsx

4 lines
57 B
TypeScript
Raw Normal View History

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