Skip to content

Commit 246d5b3

Browse files
authored
chore: use kebab-case for file names (#130)
1 parent 397baf5 commit 246d5b3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/components/options.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { Button } from "./ui/button";
1919
import { Label } from "./ui/label";
2020
import type { FC } from "react";
2121
import { Settings } from "lucide-react";
22-
import LabeledSelect from "./LabeledSelect";
22+
import LabeledSelect from "./labeled-select";
2323
import type {
2424
JsonMode,
2525
Language,

0 commit comments

Comments
 (0)