yusuketk hace 5 años
padre
commit
6fd297bdb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/PageContentFooter.jsx

+ 1 - 1
src/client/js/components/PageContentFooter.jsx

@@ -1,7 +1,7 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 
-import AuthorInfo from './NavBar/AuthorInfo';
+import AuthorInfo from './Navbar/AuthorInfo';
 
 import AppContainer from '../services/AppContainer';
 import PageContainer from '../services/PageContainer';