Skip to content

Commit

Permalink
[docs][DrawerAppBar] Add Roboto font
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaroceguera committed Sep 5, 2023
1 parent feb5cd9 commit 2a51934
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/data/material/components/app-bar/DrawerAppBar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as React from 'react';
import AppBar from '@mui/material/AppBar';
import Box from '@mui/material/Box';
import CssBaseline from '@mui/material/CssBaseline';
import Divider from '@mui/material/Divider';
import Drawer from '@mui/material/Drawer';
import IconButton from '@mui/material/IconButton';
Expand Down Expand Up @@ -55,7 +54,6 @@ export default function DrawerAppBar(props: Props) {

return (
<Box sx={{ display: 'flex' }}>
<CssBaseline />
<AppBar component="nav">
<Toolbar>
<IconButton
Expand Down

0 comments on commit 2a51934

Please sign in to comment.