diff --git a/components/NewFeatureComponent.js b/components/NewFeatureComponent.js new file mode 100644 index 0000000..d299dbe --- /dev/null +++ b/components/NewFeatureComponent.js @@ -0,0 +1,12 @@ +import React from 'react'; + +const NewFeatureComponent = () => { + return ( +
+

New Feature Component

+

This is a new feature component.

+
+ ); +}; + +export default NewFeatureComponent; \ No newline at end of file