Skip to content

Commit 6d91075

Browse files
committed
fix
1 parent f96c2d3 commit 6d91075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import WidgetModal from './WidgetModal';
33
import '../scss/styles.scss';
44

55

6-
const App = ({ steps }: AppProps): JSX.Element => {
6+
const App = ({ steps }: AppProps): React.JSX.Element => {
77
return (
88
<>
99
<WidgetModal steps={steps} />

0 commit comments

Comments
 (0)