fix: use normal button component for AI copilot buttons

This commit is contained in:
James Murdza 2024-10-21 18:24:21 -06:00
parent 4f7a4a5312
commit f299f2ee3d

View File

@ -8,7 +8,7 @@ import SidebarFile from "./file"
import SidebarFolder from "./folder" import SidebarFolder from "./folder"
import New from "./new" import New from "./new"
import Button from "@/components/ui/customButton" import { Button } from "@/components/ui/button"
import { Skeleton } from "@/components/ui/skeleton" import { Skeleton } from "@/components/ui/skeleton"
import { sortFileExplorer } from "@/lib/utils" import { sortFileExplorer } from "@/lib/utils"
import { import {