Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tyn1998 committed Nov 23, 2023
1 parent 120e8f1 commit 77c53ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/galaxy/nodeDetails/ContributorActivityRacingBar/index.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import RacingBar from './RacingBar';
import { PlayerButton } from './PlayerButton';
import { SpeedController } from './SpeedController';
import RacingBar from './RacingBar.jsx';
import { PlayerButton } from './PlayerButton.jsx';
import { SpeedController } from './SpeedController.jsx';
import request from "../../service/request.js";
import { getMonthlyData } from './data';
import { getMonthlyData } from './data.js';

import React, { useState, useEffect, useRef } from 'react';
import { Space } from 'antd';
Expand Down

0 comments on commit 77c53ec

Please sign in to comment.