chore: uncomment out the example of a server component with local api running

This commit is contained in:
Paul Popus
2024-03-12 23:12:46 -03:00
parent 59293846cb
commit ed3563470c
3 changed files with 31 additions and 32 deletions

View File

@ -36,8 +36,7 @@ const Page = () => {
contains an example of a custom route running the Local API.
</p>
{/* Commented out for now due to bug */}
{/* <Example /> */}
<Example />
<p>You can use the Local API in your server components like this:</p>
<pre>