import { File, FilePlus, Folder, FolderOpen, FolderPlus, Search, } from "lucide-react" import Image from "next/image" import { getIconForFile } from "vscode-icons-js" export default function Sidebar() { return (
EXPLORER
{getIconForFile("index.html") ? ( File Icon ) : ( )} index.html
{getIconForFile("index.html") ? ( File Icon ) : ( )} style.css
styles
) }