DemosDefaultimport { Banner } from 'sxa-ui' function Demo() { return ( <Banner /> ) } export default Demo