import { CogIcon } from "@heroicons/react/24/outline"; import { FC, ReactNode } from "react"; export const NoteBox: FC<{ children: ReactNode }> = ({ children }) =>
{children}