Skip to content

Commit

Permalink
Remove comments to rerun build
Browse files Browse the repository at this point in the history
  • Loading branch information
PIC123 committed Oct 18, 2024
1 parent 19c8921 commit 878fedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from "react";
import AudioRecorder from "./AudioRecorder"; // Import the component
import AudioRecorder from "./AudioRecorder";

function App() {
return (
<div className="App" style={{ textAlign: "center", marginTop: "50px" }}>
<AudioRecorder /> {/* Render the AudioRecorder component */}
<AudioRecorder />
</div>
);
}
Expand Down

0 comments on commit 878fedf

Please sign in to comment.