This commit is contained in:
john 2025-05-04 12:57:43 +02:00
parent be90a09ce4
commit 3c7c2a6957
6 changed files with 30 additions and 33 deletions

View file

@ -2,7 +2,6 @@ import { useCallback } from 'react'
import { useParams } from 'react-router'
import { loadPostsForAuthor } from '../api/api.ts'
import { Post } from '../model/posts/posts.ts'
import './FeedView.css'
import FeedView from './FeedView.tsx'
export default function AuthorPage() {