Skip to content

Commit

Permalink
Rename: MainPage to Home.
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFonsecaDEV committed Jan 16, 2021
1 parent 3c300e3 commit d372c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/next/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Banner from '../components/Banner/Banner';
import BackToTopButton from '../components/BackToTopButton/BackToTopButton';
import Posts from '../components/Posts/Posts';

const MainPage: FC = () => {
const Home: FC = () => {
return (
<>
<Head>
Expand All @@ -22,4 +22,4 @@ const MainPage: FC = () => {
);
};

export default MainPage;
export default Home;

0 comments on commit d372c3a

Please sign in to comment.