Skip to content

Commit 597abe6

Browse files
committed
main 🧊 add memo article
1 parent cbb095c commit 597abe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎packages/docs/app/.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ export default async () => {
163163
{ text: 'Installation', link: '/installation' },
164164
{ text: 'reactuse.json', link: '/reactuse-json' },
165165
{ text: 'CLI', link: '/cli' },
166-
{ text: 'target', link: '/target' }
166+
{ text: 'target', link: '/target' },
167+
{ text: 'memoization', link: '/memoization' }
167168
]
168169
},
169170
{

0 commit comments

Comments
 (0)