We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7574039 commit d47d90bCopy full SHA for d47d90b
src/app.js
@@ -1,6 +1,6 @@
1
import React, { Fragment } from 'react';
2
-import Header from './Component/Header.js';
3
-import Footer from './Component/Footer.js';
+import Header from './component/Header.js';
+import Footer from './component/Footer.js';
4
import './app.css';
5
6
function App() {
0 commit comments