This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard/src/index.tsx

7 lines
166 B
TypeScript
Raw Normal View History

import React from 'react';
import { render } from 'react-dom';
import App from './App';
import './App.global.css';
render(<App />, document.getElementById('root'));