mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
Fix typing
This commit is contained in:
parent
bf9f72412f
commit
a1ba61fb6a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
import React from 'react';
|
||||
import clsx from 'clsx';
|
||||
import {useDocsFilter} from '@docusaurus/theme-common';
|
||||
import type {Props} from '@theme/DocSidebar/Desktop/Filter';
|
||||
import type {Props} from '@theme/DocSidebar/Common/Filter';
|
||||
|
||||
import styles from './styles.module.css';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue