Skip to content

Commit

Permalink
Merge branch 'release/v0.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Luphia1984 committed Jul 26, 2022
2 parents eef60f5 + b3e7c98 commit 70cee62
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ const Footer = () => {

}

export default Footer;
export default Footer;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ const routers = () => {

}

export default routers;
export default routers;
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ const Video = (props) => {

}

export default Video;
export default Video;
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 70cee62

Please sign in to comment.