mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-09-03 03:43:25 +00:00
Fix DragAutoRefreshLayout class name
This commit is contained in:
@@ -21,7 +21,7 @@ export interface State {
|
||||
hoverIndex: Option<number>,
|
||||
}
|
||||
|
||||
export default class AutoRefreshLayout extends React.Component<Props, State> {
|
||||
export default class DragAutoRefreshLayout extends React.Component<Props, State> {
|
||||
constructor(props: Props) {
|
||||
super(props);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user