All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.react.src.main.webapp.app.index.tsx.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
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(
  
    
  ,
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy