Skip to content

Commit

Permalink
[Finishes #60] Create 2 empty pages for Mission and Vision
Browse files Browse the repository at this point in the history
# Story Title

[Create 2 empty pages for Mission and Vision](#60)

# Changes made

- Create Mission page
- Create Vision page

# How does the solution address the problem

This PR will add 2 pages for Mission and Vision.
  • Loading branch information
BosEriko committed Mar 10, 2020
1 parent 64a1f74 commit c9a9b07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/mission.tsx
@@ -0,0 +1,5 @@
function MissionPage() {
return <div>Mission Page</div>
}

export default MissionPage
5 changes: 5 additions & 0 deletions pages/vision.tsx
@@ -0,0 +1,5 @@
function VisionPage() {
return <div>Vision Page</div>
}

export default VisionPage

1 comment on commit c9a9b07

@vercel
Copy link

@vercel vercel bot commented on c9a9b07 Mar 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.