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.
This commit is contained in:
Jamie Pine
2026-07-26 23:18:23 -07:00
parent cb5a800445
commit 65b1e3cc6e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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';
+1 -1
View File
@@ -1,5 +1,5 @@
import { cn } from '@/lib/utils';
import { ReactNode } from 'react';
import type { ReactNode } from 'react';
interface SectionProps {
children: ReactNode;
+1 -1
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>voicebox</title>
<script>
(function () {
(() => {
try {
var theme = 'system';
var raw = localStorage.getItem('voicebox-ui');