diff --git a/pages/build.js b/pages/build.js index d215248..60662ad 100644 --- a/pages/build.js +++ b/pages/build.js @@ -1,5 +1,7 @@ import Head from 'next/head' +import Form from 'react-bootstrap/Form'; import { useState } from 'react'; +import { Container } from 'react-bootstrap'; export default function Home() { const [instructionStatus, setInstructionStatus] = useState([]); @@ -19,6 +21,94 @@ export default function Home() { />
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
)