Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Mar 21, 2024
1 parent 8842227 commit c692e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/ScrollBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ import {
Point,
Ticker,
} from 'pixi.js';
import type { ListOptions, ListType } from './List';
import { List } from './List';
import { Trackpad } from './utils/trackpad/Trackpad';

import type { ListType } from './List';
import type { ListOptions, ListType } from './List';

export type ScrollBoxOptions = {
width: number;
Expand Down
2 changes: 1 addition & 1 deletion src/stories/list/ListGraphics.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const UseGraphics: StoryFn<typeof args & {type: 'horizontal' | 'vertical'
elementsMargin,
topPadding,
leftPadding,
rightPadding
rightPadding,
type
});

Expand Down

0 comments on commit c692e6b

Please sign in to comment.