@@ -70,7 +70,7 @@ const Navbar = () => {
alt="Brand"
className="mr-2 size-7 animate-spin [animation-duration:10s]"
/>
- React Query Demo
+ React Query Demo
diff --git a/client/src/components/index.ts b/client/src/components/index.ts
index a01b7d2..eb7d65f 100644
--- a/client/src/components/index.ts
+++ b/client/src/components/index.ts
@@ -1,3 +1,4 @@
export { default as AppRouter } from './AppRouter'
export { default as Post } from './Post'
export { default as CreatePost } from './CreatePost'
+export { default as Navbar } from './Navbar'
diff --git a/client/src/pages/Posts.tsx b/client/src/pages/Posts.tsx
index 4ee2da4..6981e2d 100644
--- a/client/src/pages/Posts.tsx
+++ b/client/src/pages/Posts.tsx
@@ -25,11 +25,11 @@ const PostsCard = () => {
}, [inView, hasNextPage, query, fetchNextPage])
return (
-
+
-
+
- Posts
+ Posts
{allPosts.length} posts