Skip to content

Commit

Permalink
Make a change to trigger a rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland committed Apr 8, 2024
1 parent b6f7108 commit dacb4d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function App() {
return (
<div className={css.selectView}>
<p>Which MultiData view do you want to use?</p>

<div className={css.buttons}>
<button onClick={() => handleSetView("hierarchy")}>Hierarchy</button>
<button onClick={() => handleSetView("nested-table")}>Nested Table</button>
Expand Down

0 comments on commit dacb4d0

Please sign in to comment.