Skip to content

Commit

Permalink
add console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nzaytsev committed Jul 15, 2024
1 parent a044162 commit 5d3d46a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import logo from './logo.svg';
import './App.css';
import logo from "./logo.svg";
import "./App.css";

function App() {
console.log("test");
return (
<div className="App">
<header className="App-header">
Expand Down

0 comments on commit 5d3d46a

Please sign in to comment.