Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 9, 2024
1 parent 4fc00a4 commit 9d69cc8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/playerButtons/InfoButton.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from "react";
import { forwardRef } from "react";
import Config from "../../config";
import PlayerButtonComponent from "./PlayerButton";
import PlayerButtonComponent from "./PlayerButtonComponent";

interface InfoButtonProps {
infoCallback: () => void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ConfigProvider, Popconfirm, theme } from "antd";
import * as React from "react";
import Config from "../../config";
import InfoButtonComponent from "./InfoButton";
import PlayerButtonComponent from "./PlayerButton";
import PlayerButtonComponent from "./PlayerButtonComponent";

interface PlayerButtonGroupProps {
startSegmentCallback: () => void;
Expand Down

0 comments on commit 9d69cc8

Please sign in to comment.