diff --git a/src/App.tsx b/src/App.tsx index b7e4427..f510eff 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,8 +1,9 @@ import './App.css' +import { AnnoymousNickNameProvider } from './AuthorData'; import { CommentInput, CommentItem, CommentListContainer, CommentPagination, PostListControls, SubCommentData } from './Comment'; import CommentHeader from './CommentHeader'; import { Footer } from './Footer'; -import { GalleryContent } from './Gallery'; +import { GalleryContent, GalleryContentHeader } from './Gallery'; import { GalleryTitleHeader } from './GalleryTitleHeader'; import { GlobalNavigationBar, Header, VisitHistory } from './Header'; import { LoginBox } from './Sidebar'; @@ -106,7 +107,6 @@ const tableData: TableRowData[] = [ views: "", recommendations: "", isNews: true, - titleLinkUrl: '#', // Add actual URL }, ]; @@ -164,66 +164,105 @@ const comments: SubCommentData[] = [ function App() { return ( -
{recommendCount}