url-minify/frontend/components/NavBar/Navbar.style.js

5 lines
111 B
JavaScript
Raw Normal View History

import styled from 'styled-components'
import { AppBar } from '@mui/material'
2022-02-01 15:50:14 +00:00
export default styled(AppBar)``