Skip to content

Commit

Permalink
MainPage (index.tsx)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFonsecaDEV committed Dec 15, 2020
1 parent 034943d commit 073c6f5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC } from 'react';

const BackToTopButton: FC = () => <h3>BackToTopButton</h3>;
const BackToTopButton: FC = () => <h3>BackToTopButton Component</h3>;

export default BackToTopButton;
2 changes: 1 addition & 1 deletion src/frontend/next/src/components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC } from 'react';

const Banner: FC = () => <h2>Banner</h2>;
const Banner: FC = () => <h2>Banner component</h2>;

export default Banner;
2 changes: 1 addition & 1 deletion src/frontend/next/src/components/Posts/Posts.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC } from 'react';

const Posts: FC = () => <h3>POSTS</h3>;
const Posts: FC = () => <h3>Posts Component</h3>;

export default Posts;
File renamed without changes.

0 comments on commit 073c6f5

Please sign in to comment.