From 47b5af184f0b6c326de87674f5ce77d16eb50c21 Mon Sep 17 00:00:00 2001 From: Aquaticholic Date: Sat, 29 Jan 2022 14:17:11 +0000 Subject: [PATCH] added data provider to app --- webserver/src/App.jsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/webserver/src/App.jsx b/webserver/src/App.jsx index 8cb6c87..7f1a00d 100644 --- a/webserver/src/App.jsx +++ b/webserver/src/App.jsx @@ -20,6 +20,7 @@ import { createMuiTheme, ThemeProvider } from '@material-ui/core' import { Formik, Field, Form } from 'formik'; import { TextField, Button, Grid, FormRow, Checkbox, Radio, FormControlLabel, FormControl, FormLabel, RadioGroup, IconButton, InputAdornment } from "@material-ui/core"; import { AddCircleOutline, RemoveCircleOutline } from "@material-ui/icons"; +import { ProcessedDataProvider } from "./Pages/DashboardPage/ProcessedDataContext"; @@ -43,16 +44,18 @@ function App() {
- - - - } /> - } /> - } /> - } /> - } /> - - + + + + + } /> + } /> + } /> + } /> + } /> + + +