import React from 'react'; import type { CSSProperties } from 'react'; export const LogoImg = ({ style = {} }: { style: CSSProperties }) => { return ( AFFiNE Logo ); };