Skip to content

Commit d77f488

Browse files
committed
style(index.ts): format with prettier to trigger lint-staged
1 parent b7b6f26 commit d77f488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export {
1010
SortableEvent,
1111
SortableOptions,
1212
Utils,
13-
} from "sortablejs";
14-
export { ReactSortable } from "./react-sortable";
15-
export * from "./types";
13+
} from "sortablejs"
14+
export { ReactSortable } from "./react-sortable"
15+
export * from "./types"

0 commit comments

Comments
 (0)