export const ExcalidrawPlusPromoBanner = ({ isSignedIn, }: { isSignedIn: boolean; }) => { return ( Excalidraw+ ); };