Skip to content

Commit

Permalink
Removed uneeded types
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Oct 1, 2024
1 parent 9166734 commit 051c999
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
31 changes: 0 additions & 31 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@types/react-helmet": "^6.1.11",
"@types/react-lazyload": "^3.2.3",
"@types/react-modal": "^3.16.3",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-f9ebd85a-20240925",
Expand Down
1 change: 0 additions & 1 deletion website/src/components/blog/BlogPost.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {lazy, Suspense} from 'react';
import {Navigate, Params, useParams} from 'react-router-dom';

import {assertNever} from '../../utils';
import {Logo} from '../common/Logo';

const AsyncSearchResultsAnalysisPost = lazy(() =>
Expand Down

0 comments on commit 051c999

Please sign in to comment.