UNPKG

@dharshana333/react-ui-components

Version:

A collection of premium, customizable React UI components including Line and PriceLookup with animations, themes, and accessibility features

7 lines (6 loc) 275 B
import { jsx as _jsx } from "react/jsx-runtime"; import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './App'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render(_jsx(React.StrictMode, { children: _jsx(App, {}) }));