From f78780760f105d869b09697691735c42d8003cec Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 7 Apr 2022 11:57:47 +0530 Subject: [PATCH] fix navbar --- src/components/pages/gallery/SelectedFileOptions/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/gallery/SelectedFileOptions/index.tsx b/src/components/pages/gallery/SelectedFileOptions/index.tsx index 76ba5df80..473f71a06 100644 --- a/src/components/pages/gallery/SelectedFileOptions/index.tsx +++ b/src/components/pages/gallery/SelectedFileOptions/index.tsx @@ -1,4 +1,4 @@ -import { Navbar } from 'react-bootstrap'; +import Navbar from 'components/Navbar'; import styled from 'styled-components'; export const SelectionBar = styled(Navbar)`