feat: example of upgrade notification messages using plugin

This commit is contained in:
Alie Langston
2024-03-28 13:33:04 -04:00
parent 36b3c36379
commit 8e6069a009
4 changed files with 42 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
const UpgradeNotificationExperimentPlugin = () => (
<div>
This is the new upgrade notification
</div>
);
export default UpgradeNotificationExperimentPlugin;