Skip to content

Commit

Permalink
fix: no ".ts" because this is a pure js project
Browse files Browse the repository at this point in the history
  • Loading branch information
tyn1998 committed Jun 6, 2023
1 parent a986388 commit e6b9ad6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Trophy from './rankTrophy';
import expandObject from '../util/expandObject';
import { t } from 'i18next';
import './table.css';
import { DATA_READY_DAY } from './constant';
import { DATA_READY_DAY } from '../constant';

const activityColumns = (object, t_month) => [
{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import MyTable from './components/table';
import './index.css';
import { useTranslation } from 'react-i18next';
import ScrollTopButton from './components/scrollTopButton';
import { DATA_READY_DAY } from 'constant';
import { DATA_READY_DAY } from './constant';
const { Content } = Layout;

const META_URL =
Expand Down

0 comments on commit e6b9ad6

Please sign in to comment.