mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
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:
@@ -1,8 +1,8 @@
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { Alert, AlertTitle, AlertDescription } from "./components/ui/alert";
|
import { Alert, AlertTitle, AlertDescription } from "./ui/alert";
|
||||||
import { AIErrorHelper } from "./components/AIErrorHelper";
|
import { AIErrorHelper } from "./AIErrorHelper";
|
||||||
import { Button } from "./components/ui/button";
|
import { Button } from "./ui/button";
|
||||||
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "./components/ui/collapsible";
|
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "./ui/collapsible";
|
||||||
import { AlertTriangleIcon, RefreshCwIcon, ChevronDownIcon, ChevronUpIcon, CopyIcon, CheckIcon } from "lucide-react";
|
import { AlertTriangleIcon, RefreshCwIcon, ChevronDownIcon, ChevronUpIcon, CopyIcon, CheckIcon } from "lucide-react";
|
||||||
|
|
||||||
interface ErrorFallbackProps {
|
interface ErrorFallbackProps {
|
||||||
@@ -7,7 +7,7 @@ import { loadStorageConfig } from '@/lib/storage'
|
|||||||
import { store } from '@/store'
|
import { store } from '@/store'
|
||||||
|
|
||||||
import App from './App.tsx'
|
import App from './App.tsx'
|
||||||
import { ErrorFallback } from './ErrorFallback.tsx'
|
import { ErrorFallback } from './components/ErrorFallback.tsx'
|
||||||
|
|
||||||
import "./main.css"
|
import "./main.css"
|
||||||
import "./styles/theme.css"
|
import "./styles/theme.css"
|
||||||
|
|||||||
Reference in New Issue
Block a user