import React from 'react';
import styled from 'styled-components';
function Navbar() {
return (
<Container>
<img src='./appleWhite.png' />
</Container>
)
}
export default Navbar
const Container = styled.div`
height: 24px;