init project
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { Button } from '@/components/actions/Button';
|
||||
import type { MetricContent } from '@/components/marketing/Evidence';
|
||||
|
||||
void Button;
|
||||
|
||||
const approvedMetric: MetricContent = {
|
||||
value: '1',
|
||||
label: 'Fixture',
|
||||
status: 'approved',
|
||||
sourceReference: 'SRC-001',
|
||||
};
|
||||
void approvedMetric;
|
||||
|
||||
// @ts-expect-error icon-only buttons require an accessible label.
|
||||
const invalidIconButton = <Button icon="close" />;
|
||||
void invalidIconButton;
|
||||
Reference in New Issue
Block a user