oh lord. prettier eslint and all that
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import { type HtmlProps } from "@/types";
|
||||
import type { HtmlProps } from '@/types';
|
||||
|
||||
export function Card({children}: HtmlProps<HTMLDivElement>) {
|
||||
return (
|
||||
<div className="border border-border rounded">
|
||||
{children}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
export function Card({ children }: HtmlProps<HTMLDivElement>) {
|
||||
return <div className="border border-border rounded">{children}</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user