Skip to content

Commit 25fef7e

Browse files
committed
chore: Knip
1 parent b181099 commit 25fef7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/charts/combo/shared.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getTextSize, GetTextSizeOptions } from "@/utils/get-text-size";
66
export const TITLE_V_PADDING = 4;
77
export const TITLE_H_PADDING = 8;
88

9-
export const getAxisTitleSize = (
9+
const getAxisTitleSize = (
1010
text: string,
1111
options: Pick<GetTextSizeOptions, "width" | "fontSize">
1212
) => {

0 commit comments

Comments
 (0)