Organize markdown files into docs folder and move ErrorFallback component

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-17 21:28:10 +00:00
parent 2dfe81049d
commit 968de1de0e
17 changed files with 5 additions and 5 deletions

View File

View File

@@ -1,8 +1,8 @@
import { useState } from "react";
import { Alert, AlertTitle, AlertDescription } from "./components/ui/alert";
import { AIErrorHelper } from "./components/AIErrorHelper";
import { Button } from "./components/ui/button";
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "./components/ui/collapsible";
import { Alert, AlertTitle, AlertDescription } from "./ui/alert";
import { AIErrorHelper } from "./AIErrorHelper";
import { Button } from "./ui/button";
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "./ui/collapsible";
import { AlertTriangleIcon, RefreshCwIcon, ChevronDownIcon, ChevronUpIcon, CopyIcon, CheckIcon } from "lucide-react";
interface ErrorFallbackProps {

View File

@@ -7,7 +7,7 @@ import { loadStorageConfig } from '@/lib/storage'
import { store } from '@/store'
import App from './App.tsx'
import { ErrorFallback } from './ErrorFallback.tsx'
import { ErrorFallback } from './components/ErrorFallback.tsx'
import "./main.css"
import "./styles/theme.css"