mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-03-20 01:37:46 +01:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
import * as React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
|
|
import Options from './Options';
|
|
|
|
ReactDOM.render(<Options />, document.getElementById('options-root'));
|