mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix: try to fix styled-components.
This commit is contained in:
@@ -2,7 +2,8 @@ import React from 'react';
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
import { Align } from 'common';
|
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 TableSkeletonRows from 'components/Datatable/TableSkeletonRows';
|
||||||
import TableSkeletonHeader from 'components/Datatable/TableHeaderSkeleton';
|
import TableSkeletonHeader from 'components/Datatable/TableHeaderSkeleton';
|
||||||
|
|||||||
Reference in New Issue
Block a user