Skip to content

Commit

Permalink
fix: try to fix styled-components.
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Feb 18, 2022
1 parent 60d37e3 commit e874b89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/FinancialSheet/FinancialSheetSkeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import React from 'react';
import styled from 'styled-components';

import { Align } from 'common';
import { SkeletonText, DataTable } from 'components';
import { SkeletonText } from 'components';
import DataTable from '../../components/DataTable'

import TableSkeletonRows from 'components/Datatable/TableSkeletonRows';
import TableSkeletonHeader from 'components/Datatable/TableHeaderSkeleton';
Expand Down

0 comments on commit e874b89

Please sign in to comment.