Bernadette Elena Hammerle 4 years ago
parent
commit
e8562e39cf
2 changed files with 1 additions and 5 deletions
  1. 0 3
      public/robots.txt
  2. 1 2
      src/index.js

+ 0 - 3
public/robots.txt

@@ -1,3 +0,0 @@
-# https://www.robotstxt.org/robotstxt.html
-User-agent: *
-Disallow:

+ 1 - 2
src/index.js

@@ -1,8 +1,7 @@
 import React from 'react';
 import React from 'react';
-import ReactDOM, {hydrate, render} from 'react-dom';
+import {hydrate, render} from 'react-dom';
 import './index.css';
 import './index.css';
 import App from './App';
 import App from './App';
-import reportWebVitals from './reportWebVitals';
 
 
 const rootElement = document.getElementById("root");
 const rootElement = document.getElementById("root");
 if (rootElement.hasChildNodes()) {
 if (rootElement.hasChildNodes()) {