import { Tab } from "@headlessui/react"; import React from "react"; import { Toaster } from "react-hot-toast"; import NewLink from "./Tabs.tsx/NewLink"; import NewCollection from "./Tabs.tsx/NewCollection"; export default function New() { return (
`${ selected ? "btn-primary" : "btn-ghost" } outline-none rounded-md btn btn-sm w-24` } > Link {/* `${ selected ? "btn-primary" : "btn-ghost" } outline-none rounded-md btn btn-sm w-24` } > File */} `${ selected ? "btn-primary" : "btn-ghost" } outline-none rounded-md btn btn-sm w-24` } > Collection {/* Content 2 */}
); }