Skip to content

Commit 2169a7b

Browse files
committed
fix: format
1 parent c69b449 commit 2169a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Abbr/Abbr.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { FC, HTMLAttributes } from "react";
22
import { cn } from "utils/cn";
33

4-
export type Pronunciation = "shorthand" | "acronym" | "initialism";
4+
type Pronunciation = "shorthand" | "acronym" | "initialism";
55

66
type AbbrProps = HTMLAttributes<HTMLElement> & {
77
children: string;

0 commit comments

Comments
 (0)