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