Skip to content

Commit

Permalink
Removing css baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBathnes committed Jun 25, 2024
1 parent 0485388 commit 96ff1b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import PropTypes from 'prop-types'

import { ThemeProvider } from '@mui/material/styles'

import CssBaseline from '@mui/material/CssBaseline'

import Box from '@mui/material/Box'
import Header from './Header'
import Search from './Search'
Expand Down Expand Up @@ -49,7 +47,6 @@ const App = props => {

return (
<ThemeProvider theme={theme}>
<CssBaseline />
<Box
sx={{
width,
Expand Down

0 comments on commit 96ff1b4

Please sign in to comment.