File indexing completed on 2025-01-26 05:27:59

0001 import React from 'react';
0002 import ReactDOM from 'react-dom';
0003 import PlingSection from './components/PlingSection';
0004 
0005 ReactDOM.render(<PlingSection />, document.getElementById('pling-section-content'));