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,10 +1,11 @@
|
||||
---
|
||||
import type { SupportedFramework, SupportedStyle } from '@/types/docs';
|
||||
|
||||
import clsx from 'clsx';
|
||||
|
||||
import { PreferenceUpdater } from '@/components/docs/PreferenceUpdater';
|
||||
import SidebarItem from '@/components/docs/SidebarItem.astro';
|
||||
import type { SupportedFramework, SupportedStyle } from '@/types/docs';
|
||||
import { filterSidebar } from '@/utils/docs/sidebar';
|
||||
import clsx from 'clsx';
|
||||
|
||||
type Props<F extends SupportedFramework = SupportedFramework> = {
|
||||
framework: F;
|
||||
|
||||
Reference in New Issue
Block a user