Skip to content

Commit

Permalink
#SH-41 -(JSX)-Add the new item as testing #41
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjguru committed Jul 25, 2022
1 parent da8debd commit eb42281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend_react/src/components/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Header from '../Header/Header';
import ChapterList from '../Chapter/ChapterList';
import '../../styles/App.css';
import Branding from '../Branding/Branding';
import GridTable from '../GridTable/GridTable';


function App() {
Expand All @@ -16,6 +17,7 @@ function App() {
<br></br><hr></hr>
<br></br>
<ChapterList />
<GridTable />
</div>
);
}
Expand Down

0 comments on commit eb42281

Please sign in to comment.