Skip to content

Commit

Permalink
added light dashboard css
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Kim authored and Grace Kim committed Jul 25, 2020
2 parents f3cece1 + 92f0b41 commit 812079e
Show file tree
Hide file tree
Showing 7 changed files with 5,324 additions and 12 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"eslint.enable": false
}
Binary file added client/.DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion client/components/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import React, { Component } from 'react';


// import MainContainer from './containers/MainContainer';
class App extends Component {
constructor(props) {
Expand All @@ -7,7 +9,7 @@ class App extends Component {
render() {
return (
<div>
<h1>weve rendered</h1>
<h1>we rendered </h1>
</div>
);
}
Expand Down
Loading

0 comments on commit 812079e

Please sign in to comment.