Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshika-srivastava committed Dec 12, 2023
1 parent a760753 commit 688bcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-accordion/final/src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import data from './data';
import SingleQuestion from './Question';
import Question from './Question'; //there is no SingleQuestion in Question.js
function App() {
const [questions, setQuestions] = useState(data);
return (
Expand Down

0 comments on commit 688bcb0

Please sign in to comment.