import { DashboardBaseWidget } from '@vendure/dashboard'; export function CustomWidget() { return (
Hello from the reviews plugin
); }