fix: styled-components components.

This commit is contained in:
a.bouhuolia
2022-02-18 19:52:37 +02:00
parent e3f2c82a38
commit 8ae39bf04c
5 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1 @@
export * from './ButtonLink';

View File

@@ -1,7 +1,7 @@
import React from 'react';
import * as R from 'ramda';
import { ButtonLink } from 'components';
import { ButtonLink } from '../Button';
import withDrawerActions from 'containers/Drawer/withDrawerActions';
function CustomerDrawerLinkComponent({

View File

@@ -2,7 +2,8 @@ import React, { useMemo, useCallback } from 'react';
import moment from 'moment';
import intl from 'react-intl-universal';
import { If, FormattedMessage as T } from 'components';
import If from '../Utils/If';
import { FormattedMessage as T } from '../FormattedMessage';
import {
FinancialSheetRoot,
FinancialSheetFooterCurrentTime,

View File

@@ -1,6 +1,6 @@
import styled from 'styled-components';
import { DataTable } from 'components';
import DataTable from '../DataTable';
export const ReportDataTable = styled(DataTable)`
.table .tbody .tr.no-results:last-of-type .td {

View File

@@ -1,7 +1,7 @@
import React from 'react';
import * as R from 'ramda';
import { ButtonLink } from 'components';
import { ButtonLink } from '../Button';
import withDrawerActions from 'containers/Drawer/withDrawerActions';
function VendorDrawerLinkComponent({