feat: add SendNotifWatchListTrigger Message

This commit is contained in:
Maël Gangloff
2024-07-21 00:56:27 +02:00
parent 86aa1d2f3f
commit 17a1cc2938
8 changed files with 115 additions and 8 deletions

View File

View File

View File

@@ -1,7 +0,0 @@
import * as React from 'react';
import * as ReactDOM from 'react-dom/client';
const rootElement = document.getElementById('root');
const root = ReactDOM.createRoot(rootElement!);
root.render(<></>)