Skip to content

Commit

Permalink
Enhance naming rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Luphia1984 committed Jul 26, 2022
1 parent f9d0394 commit b3e7c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/homepage/homepage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Fragment } from "react";
import Header from '../../components/Header/Header';
import Footer from "../../components/Footer/Footer";
import Header from '../../components/header/header';
import Footer from "../../components/footer/footer";
import Chinasuntv from "../../components/chinasuntv/chinasuntv";
import ProgramList from "../../components/programlist/programlist";
import Contact from "../../components/contact/contact";
Expand Down

0 comments on commit b3e7c98

Please sign in to comment.