diff --git a/react/src/App.js b/react/src/App.js index 0b00f7c..21244a1 100644 --- a/react/src/App.js +++ b/react/src/App.js @@ -26,43 +26,37 @@ function App() { return (
-
-
- setDatasetQuarry(e.target.value)} - /> - setTableQuarry(e.target.value)} - /> -
-
- setColumns(e.target.value)} - /> -
-
-
- -
-
- + setDatasetQuarry(e.target.value)} + /> + setTableQuarry(e.target.value)} + /> +
+ setColumns(e.target.value)} + />
+ +
); }