Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
feat: add dummy dashboard screen
Browse files Browse the repository at this point in the history
  • Loading branch information
veris-abhinavanand committed Jan 19, 2017
1 parent 5e9fc54 commit 0449288
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/screens/DashboardScreen.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from "react";


export default class DashboardScreen extends React.Component {
render() {
return(
<p>Some protected information</p>
)
}
}

0 comments on commit 0449288

Please sign in to comment.