Skip to content

Commit

Permalink
Merge pull request #80 from rodolfomiranda/ext_id2
Browse files Browse the repository at this point in the history
Extension id fix
  • Loading branch information
rodolfomiranda committed Jan 22, 2024
2 parents d099cf7 + 874a317 commit b9721cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-web/my-app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import logo from "./ACME_Corporation.png";
import Button from "@mui/material/Button";
import "./App.css";

const extensionId = "fklmfbmpaimbgjplbambkdjphdadbmed";
var extensionId = "";

function App() {

Expand Down

0 comments on commit b9721cf

Please sign in to comment.