mirror of
https://github.com/bendtherules/smallcase-portfolio-builder.git
synced 2026-08-18 22:02:56 +00:00
Init with create-react-app
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/* eslint-disable react/jsx-filename-extension */
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import './index.css';
|
||||
import { PortfolioBuilderApp } from './Components/PortfolioBuilderApp';
|
||||
import registerServiceWorker from './registerServiceWorker';
|
||||
|
||||
ReactDOM.render(<PortfolioBuilderApp />, document.getElementById('root'));
|
||||
registerServiceWorker();
|
||||
Reference in New Issue
Block a user