feat: example of upgrade notification messages using plugin
This commit is contained in:
7
plugins/UpgradeNotificationExperimentPlugin/index.jsx
Normal file
7
plugins/UpgradeNotificationExperimentPlugin/index.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
const UpgradeNotificationExperimentPlugin = () => (
|
||||
<div>
|
||||
This is the new upgrade notification
|
||||
</div>
|
||||
);
|
||||
|
||||
export default UpgradeNotificationExperimentPlugin;
|
||||
Reference in New Issue
Block a user