From 65b1e3cc6ed9e1b5c0c5e7ad77f95dceb9021c2b Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 26 Jul 2026 23:18:23 -0700 Subject: [PATCH] chore: remaining biome lint fixes Safe fixes from the same pass as the biome baseline commit (import type, arrow function in an inline script) that were missed when staging by file. --- landing/src/components/ui/feature-card.tsx | 2 +- landing/src/components/ui/section.tsx | 2 +- tauri/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/landing/src/components/ui/feature-card.tsx b/landing/src/components/ui/feature-card.tsx index 95b362e7..b32fa28c 100644 --- a/landing/src/components/ui/feature-card.tsx +++ b/landing/src/components/ui/feature-card.tsx @@ -1,4 +1,4 @@ -import { ReactNode } from 'react'; +import type { ReactNode } from 'react'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from './card'; import { cn } from '@/lib/utils'; diff --git a/landing/src/components/ui/section.tsx b/landing/src/components/ui/section.tsx index 5767294b..8ea1a931 100644 --- a/landing/src/components/ui/section.tsx +++ b/landing/src/components/ui/section.tsx @@ -1,5 +1,5 @@ import { cn } from '@/lib/utils'; -import { ReactNode } from 'react'; +import type { ReactNode } from 'react'; interface SectionProps { children: ReactNode; diff --git a/tauri/index.html b/tauri/index.html index b944680f..c8cb4e43 100644 --- a/tauri/index.html +++ b/tauri/index.html @@ -5,7 +5,7 @@ voicebox