Skip to content

Commit

Permalink
Update components/NewFeatureComponent.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Oct 1, 2024
1 parent f4416a2 commit d758a27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/NewFeatureComponent.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react';

const NewFeatureComponent = () => {
return (
<div className="p-4 bg-blue-100 rounded-lg">
<h2 className="text-xl font-bold">New Feature Component</h2>
<p>This is a new feature component.</p>
</div>
);
};

export default NewFeatureComponent;

0 comments on commit d758a27

Please sign in to comment.