mirror of
https://github.com/mue/mue.git
synced 2026-07-24 17:27:17 +02:00
stuff
This commit is contained in:
19
src/components/Navbar.jsx
Normal file
19
src/components/Navbar.jsx
Normal file
@@ -0,0 +1,19 @@
|
||||
//* Imports
|
||||
import RefreshIcon from '@material-ui/icons/Refresh';
|
||||
import LocalPizzaIcon from '@material-ui/icons/LocalPizza';
|
||||
import React from 'react';
|
||||
|
||||
export default class Search extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="navbar-container">
|
||||
<div className='navbar1'>
|
||||
<RefreshIcon className='locationicon' />
|
||||
</div>
|
||||
<div className='navbar2'>
|
||||
<LocalPizzaIcon className='pizzaicon'/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user