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 ( +
This is a new feature component.
+