Current File : /home/kelaby89/jrncommunityhousing.charity/wp-content/plugins/give/src/Log/Admin/index.js
import {createRoot} from 'react-dom/client';

import Logs from './Logs';

const root = createRoot(document.getElementById('give-logs-list-table-app'));
root.render(<Logs />);
Page not found – Hello World !