diff --git a/pages/index.js b/pages/index.js
index 36190ba..2e93a13 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -28,6 +28,9 @@ export default function Home() {
router.push('/runner');
};
+ let instructionList = [];
+
+ let exemplo1 = [
{
operacao: "LD",
registradorR: "F6",
@@ -66,6 +69,12 @@ export default function Home() {
}
];
+ const handleSelect = (eventKey) => {
+ switch (eventKey) {
+
+ }
+ }
+
return (
<>
@@ -101,6 +110,17 @@ export default function Home() {
+
diff --git a/yarn.lock b/yarn.lock
index b432019..184d783 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -138,10 +138,10 @@
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52"
integrity sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA==
-bootstrap@^5.3.0:
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.0.tgz#0718a7cc29040ee8dbf1bd652b896f3436a87c29"
- integrity sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==
+bootstrap@5.3.0-alpha3:
+ version "5.3.0-alpha3"
+ resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.0-alpha3.tgz#ad64d9a663c53ab7aca99c560e0bd16b5e023441"
+ integrity sha512-FBhOWMxkCFr74hesJdchLXhqagPTXS+kRNU3gE0FR5Ki/AdPSz32Ik96Z28+yBluCnE/pc9st7l1yPwKgbtfSA==
busboy@1.6.0:
version "1.6.0"