Skip to content

Commit

Permalink
[DUOS-2977] Switch file extensions to JSX (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Mar 12, 2024
1 parent e77c671 commit 0f75062
Show file tree
Hide file tree
Showing 86 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { isNil } from 'lodash/fp';
import { Styles } from '../libs/theme';
import ReactTooltip from 'react-tooltip';
import { ArrowDropUp, ArrowDropDown } from '@mui/icons-material';
import { SpinnerComponent } from '../components/SpinnerComponent';
import { SpinnerComponent } from './SpinnerComponent';
import loadingImage from '../images/loading-indicator.svg';

// Renders spinning circle while table loading
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {filter, isNil} from 'lodash/fp';
import {Styles} from '../../libs/theme';
import { recalculateVisibleTable, goToPage as updatePage } from '../../libs/utils';
import cellData from './ManageDacTableCellData';
import SimpleTable from '../../components/SimpleTable';
import PaginationBar from '../../components/PaginationBar';
import SimpleTable from '../SimpleTable';
import PaginationBar from '../PaginationBar';


export const styles = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import {isNil, isEmpty} from 'lodash/fp';
import {styles} from './ManageDacTable';
import TableIconButton from '../../components/TableIconButton';
import TableIconButton from '../TableIconButton';
import {Styles} from '../../libs/theme';
import {Delete, Edit} from '@mui/icons-material';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0f75062

Please sign in to comment.