Skip to content

Commit 450a3ef

Browse files
committed
1011820: Addressed Review comments.
1 parent b390aeb commit 450a3ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/Excel/Spreadsheet/React/Environment-Integrations/create-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For more details on built-in themes and usage, refer to the [Themes topic](https
8484

8585
## Adding Spreadsheet component
8686

87-
Now, you can import the spreadsheet component into your `src/App.jsx` file.
87+
Now, you can import the spreadsheet component into your `src/App.js` file.
8888

8989
{% tabs %}
9090
{% highlight js tabtitle="app.jsx" %}

Document-Processing/Excel/Spreadsheet/React/Environment-Integrations/remix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This configuration ensures Syncfusion modules are properly compiled for SSR comp
106106

107107
## Adding Spreadsheet component
108108

109-
Add the React Spreadsheet component in `~/app/routes/_index.tsx` file using the following code:
109+
Add the React Spreadsheet component in `~/app/routes/_index.ts` file using the following code:
110110

111111
```js
112112
import type { Route } from "./+types/home";

0 commit comments

Comments
 (0)