added camera preview
This commit is contained in:
+3
-1
@@ -3,7 +3,7 @@ import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import Diagramm from "./components/Diagramm.jsx";
|
||||
import HistoryTable from "./components/HistoryTable.jsx";
|
||||
import CurrentDataChart from "./components/CurrentDataChart.jsx";
|
||||
import RegressionShart from "./components/RegressionShart.jsx";
|
||||
import LivePreview from "./components/LivePreview.jsx";
|
||||
|
||||
/**
|
||||
* @component App
|
||||
@@ -70,6 +70,8 @@ export default function App() {
|
||||
<Diagramm data={allData}/>
|
||||
|
||||
<HistoryTable allData={allData}/>
|
||||
|
||||
<LivePreview />
|
||||
</div>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user