Skip to content

Commit

Permalink
Clean up stories
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Nov 4, 2024
1 parent 1abc8e3 commit 671874b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/stories/stories/react/Sortable/iframe/IframeExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function IframeLists({
defaultItems ?? {
Host: createRange(itemCount).map((id) => `Host: ${id}`),
Iframe: createRange(itemCount).map((id) => `Iframe: ${id}`),
Transformed: createRange(itemCount).map((id) => `Transformed: ${id}`),
}
);
const [columns, setColumns] = useState(Object.keys(items));
Expand Down Expand Up @@ -161,7 +160,6 @@ interface SortableItemProps {
const COLORS: Record<string, string> = {
Host: '#7193f1',
Iframe: '#FF851B',
Transformed: '#2ECC40',
};

function SortableItem({
Expand Down

0 comments on commit 671874b

Please sign in to comment.