Skip to content

Commit

Permalink
starter code updated
Browse files Browse the repository at this point in the history
  • Loading branch information
speudusa committed Jul 10, 2023
1 parent 6fcdd0d commit 94ef8ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Buttons from "./components/Buttons";
import Table from "./components/Table";
import Banner from "./components/Banner";


function App() {
return (
Expand Down
4 changes: 3 additions & 1 deletion src/components/Buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ const Buttons = () => {
<button>All Orbits</button>
</div>
);
};
};

export default Buttons;

0 comments on commit 94ef8ff

Please sign in to comment.