parent
ecccc63bb2
commit
2a5d690833
4 changed files with 1244 additions and 15489 deletions
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@ |
|||||||
import React from 'react'; |
import React from 'react'; |
||||||
|
|
||||||
import SearchBar from 'material-ui-search-bar'; |
import Button from '@material-ui/core/Button'; |
||||||
|
|
||||||
export const MainPage = () => ( |
export const MainPage = () => ( |
||||||
<SearchBar |
<Button variant="contained" color="primary">> |
||||||
placeholder="Type here..." |
Hello World |
||||||
/> |
</Button> |
||||||
) |
) |
Loading…
Reference in new issue