Files
kutt-extension/template/source/Options/index.tsx
Abhijith Vijayan [FLUXON] 021db2b5fc refactor: pull new template
2026-01-03 22:16:31 +05:30

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'));