From e874b89d2dc74e10985e0a9e2a6350cad29907a6 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Fri, 18 Feb 2022 20:32:21 +0200 Subject: [PATCH] fix: try to fix `styled-components`. --- src/components/FinancialSheet/FinancialSheetSkeleton.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/FinancialSheet/FinancialSheetSkeleton.js b/src/components/FinancialSheet/FinancialSheetSkeleton.js index 8feb034b5c..d542ceb73b 100644 --- a/src/components/FinancialSheet/FinancialSheetSkeleton.js +++ b/src/components/FinancialSheet/FinancialSheetSkeleton.js @@ -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';