import { Card, BlockStack, Text, Button } from "@shopify/polaris"; import { ExternalIcon } from "@shopify/polaris-icons"; export function StorefrontSetupCard() { return ( Storefront Setup Ensure the "Reviews" block is added to your Default Product Template in the Online Store editor. ); }