website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
import type { MouseEventHandler, ReactNode } from 'react';
|
||||
import Card from './Card';
|
||||
import { Card } from './Card';
|
||||
|
||||
interface PresetCardStat {
|
||||
label: string;
|
||||
@@ -21,7 +21,7 @@ export interface PresetCardProps {
|
||||
children?: ReactNode;
|
||||
}
|
||||
|
||||
export default function PresetCard({
|
||||
export function PresetCard({
|
||||
title,
|
||||
subtitle,
|
||||
primaryTag,
|
||||
|
||||
Reference in New Issue
Block a user