update project name

This commit is contained in:
boneyard93501
2021-08-05 17:43:01 -05:00
parent 994349c808
commit 99f5dd91e7
46 changed files with 14 additions and 123 deletions

View File

@ -0,0 +1,12 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
);