mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add React support
This commit is contained in:
4
assets/app.tsx
Normal file
4
assets/app.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
ReactDOM.render(<div></div>, document.getElementById('root'));
|
||||
Reference in New Issue
Block a user