🧑‍💻 Switch to pnpm

This commit is contained in:
Luke Vella 2024-10-12 14:26:05 +01:00
parent 9af5b696c8
commit 07bd33fa63
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
27 changed files with 19407 additions and 16350 deletions

View file

@ -1,4 +1,4 @@
import clsx from "clsx";
import { cn } from "@rallly/ui";
import dayjs, { Dayjs } from "dayjs";
export const DateIconInner = (props: {
@ -9,7 +9,7 @@ export const DateIconInner = (props: {
}) => {
return (
<div
className={clsx(
className={cn(
"inline-flex size-10 flex-col overflow-hidden rounded-md border bg-gray-50 text-center text-slate-800",
props.className,
)}