10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
|
|
<AppBar position="static">
|
||
|
|
<Toolbar variant="dense">
|
||
|
|
<IconButton edge="start" color="inherit" aria-label="menu" sx={{ mr: 2 }}>
|
||
|
|
<MenuIcon />
|
||
|
|
</IconButton>
|
||
|
|
<Typography variant="h6" color="inherit" component="div">
|
||
|
|
Photos
|
||
|
|
</Typography>
|
||
|
|
</Toolbar>
|
||
|
|
</AppBar>
|