Skip to content

Instantly share code, notes, and snippets.

View horizon-ab's full-sized avatar
😵‍💫

Bailey Say horizon-ab

😵‍💫
  • San Diego
  • 18:23 (UTC -07:00)
View GitHub Profile
import { Button } from "@/components/ui/button"
import { Input } from "@/components/ui/input"
import { useState } from "react"
import { Search, Plus, ChevronRight, ChevronLeft, Folder, Check, X, Sparkles } from "lucide-react"
import { FileInfo } from "./types/electron"
interface FolderData {
path: string
selected: boolean
processed: boolean