export const Note = ({ children }: { children: React.ReactNode }) => (
{children}
);