Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesalmeida committed Oct 3, 2024
1 parent 7b2fcf8 commit c53dc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Apps/Bluetooth/Bluetooth.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Bluetooth = () => {
return (
<div className="bluetooth">
<h2>Bluetooth</h2>
{/* Add your component-specific content here */}
{/* Add component-specific content here */}
</div>
);
};

0 comments on commit c53dc60

Please sign in to comment.