mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Fix docsearch style
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
'use client';
|
||||
|
||||
import clsx from 'clsx';
|
||||
import Button from 'components/rua/button';
|
||||
import { memo, useCallback, useEffect, useRef, useState } from 'react';
|
||||
|
@ -1,4 +1,5 @@
|
||||
import '@docsearch/css';
|
||||
'use client';
|
||||
|
||||
import { DocSearch } from '@docsearch/react';
|
||||
import clsx from 'clsx';
|
||||
import dynamic from 'next/dynamic';
|
||||
|
Reference in New Issue
Block a user