style: email tweaking

This commit is contained in:
Riccardo
2023-12-19 20:04:32 +01:00
parent c0d6b73aca
commit 3af079a0f5
17 changed files with 155 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
import * as React from 'react';
import { cn } from '../../utils/utils';
import { cn } from '../../utils/ui';
const Card = React.forwardRef<
HTMLDivElement,