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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user