fix navbar

This commit is contained in:
Abhinav 2022-04-07 11:57:47 +05:30
parent 72b7759533
commit f78780760f

View file

@ -1,4 +1,4 @@
import { Navbar } from 'react-bootstrap';
import Navbar from 'components/Navbar';
import styled from 'styled-components';
export const SelectionBar = styled(Navbar)`