website refactor

This commit is contained in:
2026-01-15 19:55:46 +01:00
parent 5ef149b782
commit ce7be39155
154 changed files with 436 additions and 356 deletions

View File

@@ -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,