Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 23, 2024
1 parent e2f6eea commit 3045d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/AlgoliaSearch.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
import {DocSearch} from '@docsearch/react';
import Router from 'next/router';
import {TITLE_TEMPLATE_SUFFIX} from 'theme.config';
import {TITLE_TEMPLATE_SUFFIX} from '@/theme.config';
import '@docsearch/css';
import './AlgoliaSearch.css';

Expand Down

0 comments on commit 3045d37

Please sign in to comment.