Created user dashboard.
This commit is contained in:
parent
caed17bc8e
commit
6a9e677043
@ -8,7 +8,12 @@ export default function MatchesList() {
|
|||||||
<List sx={{ width: '100%' }}>
|
<List sx={{ width: '100%' }}>
|
||||||
<ListSuggestedMatch></ListSuggestedMatch>
|
<ListSuggestedMatch></ListSuggestedMatch>
|
||||||
<Divider variant="inset" component="li" />
|
<Divider variant="inset" component="li" />
|
||||||
{/* TODO: Loop to populate */}
|
<ListSuggestedMatch></ListSuggestedMatch>
|
||||||
|
<Divider variant="inset" component="li" />
|
||||||
|
<ListSuggestedMatch></ListSuggestedMatch>
|
||||||
|
<Divider variant="inset" component="li" />
|
||||||
|
<ListSuggestedMatch></ListSuggestedMatch>
|
||||||
|
<Divider variant="inset" component="li" />
|
||||||
</List>
|
</List>
|
||||||
);
|
);
|
||||||
}
|
}
|
@ -5,7 +5,6 @@ export default function SearchBar() {
|
|||||||
<div>
|
<div>
|
||||||
<TextField sx={{ margin: 1 }} id="standard-basic" label="Search" variant="outlined" />
|
<TextField sx={{ margin: 1 }} id="standard-basic" label="Search" variant="outlined" />
|
||||||
<Button sx={{ margin: 1 }} variant="outlined">Search</Button>
|
<Button sx={{ margin: 1 }} variant="outlined">Search</Button>
|
||||||
<Button sx={{ margin: 1 }} variant="outlined">Filter</Button>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user