generator.client.react.src.main.webapp.app.index.tsx.mustache Maven / Gradle / Ivy
import React from 'react';
import { createRoot } from 'react-dom/client';
import './index.css';
import App from '@/common/primary/app/App';
const container = document.getElementById('root');
const root = createRoot(container!);
root.render(
,
);