Skip to content

Commit

Permalink
Update MainPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
intern0t committed Jul 17, 2019
1 parent db628b3 commit d2d674f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/MainPage.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";

const MainPage = () => {
return <div>This is a main page.</div>;
return <h1>Discontinued!</h1>;
};

export default MainPage;

0 comments on commit d2d674f

Please sign in to comment.