Skip to content

Commit

Permalink
added some text as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahthedev committed Jan 15, 2024
1 parent 99e2af6 commit 376e196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "https://esm.sh/react";
import ReactDOM from "https://esm.sh/react-dom";

//javascript calculator
class Calculator extends React.Component {
constructor(props) {
super(props);
Expand Down Expand Up @@ -187,4 +187,4 @@ class Calculator extends React.Component {
}}


ReactDOM.render( /*#__PURE__*/React.createElement(Calculator, null), document.querySelector('#calculator'));
ReactDOM.render( /*#__PURE__*/React.createElement(Calculator, null), document.querySelector('#calculator'));

0 comments on commit 376e196

Please sign in to comment.