diff --git a/frontend/public/index.html b/frontend/public/index.html
index 53cb61b..41b7720 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -12,6 +12,8 @@
+
diff --git a/frontend/src/App.js b/frontend/src/App.js
index 38756da..7fae48e 100644
--- a/frontend/src/App.js
+++ b/frontend/src/App.js
@@ -1,6 +1,7 @@
import React, {Component} from 'react';
import Encabezado from "./Encabezado"
+// TODO: Comentar codigo
class App extends Component {
constructor(props){
super(props);
@@ -10,6 +11,7 @@ class App extends Component {
token: ""
};
}
+
componentDidMount ()
{
let user = localStorage.getItem("banqInfo");
diff --git a/frontend/src/index.css b/frontend/src/index.css
index b4cc725..524da15 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -1,3 +1,4 @@
+/* TODO: Poner en una carpeta diferente de los componentes */
body {
margin: 0;
padding: 0;
diff --git a/frontend/src/template.css b/frontend/src/template.css
index a8ed433..daebdca 100644
--- a/frontend/src/template.css
+++ b/frontend/src/template.css
@@ -1,3 +1,6 @@
+/* TODO: Poner en carpeta aparte */
+
+
/**
* @author Ninodezign.com http://www.ninodezign.com
* @copyright Copyright (C) 2016 Ninodezign.com. All rights reserved.
@@ -1314,4 +1317,4 @@ div.pp_default .pp_social {
#nino-portfolio .nino-portfolioItems li {
width: 100%;
}
-}
\ No newline at end of file
+}