Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Oct 30, 2024
1 parent 44c6535 commit 8b3a574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/notFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ import React from 'react';
import styled from 'styled-components';
import {useNavigate} from 'react-router-dom';
import {useTranslation} from 'react-i18next';

import {Container, GridLayout} from 'components/layout';
import Logo404 from 'assets/images/illu-custom.svg';
import Green from 'assets/images/circleGreenGradient.svg';
import Purple from 'assets/images/purpleGradient.svg';
import {Landing} from 'utils/paths';
import {Button} from '@aragon/ods';
import {Logotype} from 'components/logos/logotype';
import {Logo} from 'components/logos/logo';

export const NotFound: React.FC = () => {
const navigate = useNavigate();
Expand Down

0 comments on commit 8b3a574

Please sign in to comment.