Add router and login part
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
export default class Dashboard extends React.Component {
|
||||
render () {
|
||||
return (<h1> This is the dashboard, fuck yeah </h1>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user