mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00: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'));
|