Skip to content

Commit

Permalink
refactor: rm unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jul 9, 2024
1 parent fd6e5bd commit 3b7b96f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function App() {
<ReactBlockSteps value={10} activeClassName="!bg-red-600 text-white"
itemClassName="rounded-full fcc bg-red-300 size-5 text-xs" className="fcc x-2 bg-gray-200" />
</div>
<button className="btn btn-info">Button</button>
</div>
);
}
Expand Down
2 changes: 0 additions & 2 deletions packages/lib/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
// import noop from '@jswork/noop';
import cx from 'classnames';
import React, { Component, HTMLAttributes } from 'react';
import ReactList, { ReactListProps } from '@jswork/react-list';

const CLASS_NAME = 'react-block-steps';
// const uuid = () => Math.random().toString(36).substring(2, 9);
export type ReactBlockStepsProps = {
value: number;
size: number;
Expand Down

0 comments on commit 3b7b96f

Please sign in to comment.