Skip to content

Commit

Permalink
Merge branch 'main' into fix/refresh-error
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Jan 26, 2024
2 parents ef7b9f8 + 1890e30 commit 2902fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/AppBar/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { TopBar } from '@equinor/eds-core-react';
import { useNavigate } from 'react-router-dom';
import * as Styled from './AppBar.styled';
import { Icons } from './Icons/Icons';
// import { Navigation } from './Navigation/Navigation';

const AppBar = ({ title }: { title: string }) => {
const navigate = useNavigate();
Expand Down

0 comments on commit 2902fa8

Please sign in to comment.