Skip to content

Commit 2abe42e

Browse files
Fix the publishing failures issues related to "PDF-Viewer" component.
1 parent 3a2813b commit 2abe42e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/getting-started-with-server-backed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ Output will be appears as follows.
174174

175175
{% tabs %}
176176
{% highlight js tabtitle="app.jsx" %}
177-
{% include code-snippet/pdfviewer/react/base-cs1/app/app.jsx %}
177+
{% include code-snippet/pdfviewer/react/base-cs1/app/index.jsx %}
178178
{% endhighlight %}
179179
{% highlight ts tabtitle="app.tsx" %}
180-
{% include code-snippet/pdfviewer/react/base-cs1/app/app.tsx %}
180+
{% include code-snippet/pdfviewer/react/base-cs1/app/index.tsx %}
181181
{% endhighlight %}
182182
{% highlight html tabtitle="index.html" %}
183183
{% include code-snippet/pdfviewer/react/base-cs1/index.html %}

0 commit comments

Comments
 (0)