8000 [misc] formatting · andrewvmail/react-sortablejs@baab370 · GitHub
[go: up one dir, main page]

Skip to content

Commit baab370

Browse files
author
Wayne Van Son
committed
[misc] formatting
1 parent e63373e commit baab370

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/components/simple-list.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ export function SimpleList() {
1919
</ReactSortable>
2020
);
2121
}
22-

examples/components/swap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from "react";
22
import styled from "styled-components";
3-
import { Swap, ReactSortable, Sortable } from "../../src";
3+
import { ReactSortable, Sortable, Swap } from "../../src";
44
import { Item, threes } from "../util";
55

66
Sortable.mount(new Swap());

0 commit comments

Comments
 (0)
0