react-scheduler/react-big-schedule

View on GitHub
src/examples/index.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';
import { createRoot } from 'react-dom/client';
import Example from './Basic';
import '../css/style.css';

createRoot(document.getElementById('app')).render(<Example />);