Skip to content
Snippets Groups Projects
Commit 46c816a4 authored by Gareth Hughes's avatar Gareth Hughes
Browse files

add monitor and submit buttons

parent a4e501cd
No related branches found
No related tags found
1 merge request!89115 create batchapp
import React, { useState, useEffect, useContext } from "react";
import axios from "axios";
import { Button, Form, Container } from "react-bootstrap";
import { IDAContext } from "../../contexts/IDAContext";
import { GlobalContext } from "../../contexts/GlobalContext";
import "../../assets/Batch.css";
import LoadingSpinner from "../LoadingSpinner";
export default function Batch() {
return (
<div className="App">
<div>
<br/>
<br/>
<br/>
<h2>Batch Goes Here! </h2>
<br/>
<br/>
<br/>
</div>
</div>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment