diff --git a/docs/snippets/react/document-screen-fetch-ts.mdx b/docs/snippets/react/document-screen-fetch-ts.mdx index 5286bf2003ee..f0e9a4d233d8 100644 --- a/docs/snippets/react/document-screen-fetch-ts.mdx +++ b/docs/snippets/react/document-screen-fetch-ts.mdx @@ -53,4 +53,5 @@ export function DocumentScreen() { ); -} \ No newline at end of file +} +```