fix: biome formatting and lint fixes in App.tsx and TokenUsagePage.tsx

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dave
2026-03-19 16:14:44 +00:00
parent 932325744c
commit 662e00f94a
2 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
import * as React from "react";
import { api } from "./api/client";
import { Chat } from "./components/Chat";
import { TokenUsagePage } from "./components/TokenUsagePage";
import { SelectionScreen } from "./components/selection/SelectionScreen";
import { usePathCompletion } from "./components/selection/usePathCompletion";
import { TokenUsagePage } from "./components/TokenUsagePage";
import "./App.css";
type AppView = "chat" | "token-usage";