Skip to content

Commit

Permalink
Update Nav import
Browse files Browse the repository at this point in the history
  • Loading branch information
lindapaiste committed Sep 24, 2023
1 parent b074688 commit e2f0aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/IDE/pages/NotFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import Helmet from 'react-helmet';
import { Trans, useTranslation } from 'react-i18next';
import { Link } from 'react-router-dom';
import styled from 'styled-components';
import Nav from '../../../components/Nav';
import RootPage from '../../../components/RootPage';
import { remSize } from '../../../theme';
import EmbedFrame from '../../Preview/EmbedFrame';
import Nav from '../components/Header/Nav';

const NotFoundMain = styled.main`
& .header {
Expand Down

0 comments on commit e2f0aa5

Please sign in to comment.