mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(ci): eslint + prettier → biome (#325)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
|
||||
import GithubSlugger from 'github-slugger';
|
||||
import { ChevronDown } from 'lucide-react';
|
||||
import type { Guide, Section, SupportedFramework, SupportedStyle } from '@/types/docs';
|
||||
import { isSection } from '@/types/docs';
|
||||
import { ChevronDown } from 'lucide-react';
|
||||
import GithubSlugger from 'github-slugger';
|
||||
|
||||
type Props<F extends SupportedFramework = SupportedFramework> = {
|
||||
item: Guide | Section;
|
||||
|
||||
Reference in New Issue
Block a user