tooltiip added to Invite member button
This commit is contained in:
parent
f519f0eb0e
commit
538a2d0b59
|
@ -3,4 +3,4 @@ import ReactDOM from 'react-dom';
|
||||||
import App from './App';
|
import App from './App';
|
||||||
import 'focus-visible/dist/focus-visible';
|
import 'focus-visible/dist/focus-visible';
|
||||||
|
|
||||||
ReactDOM.render(<App />, document.getElementById('root'));
|
ReactDOM.render(<div><App /></div>, document.getElementById('root'));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user