Skip to content

Commit

Permalink
chore: changed wrong import to lib
Browse files Browse the repository at this point in the history
chore: included compiled tokens
  • Loading branch information
MIGUELez11 committed Apr 22, 2024
1 parent d3e0740 commit 5dd9c89
Show file tree
Hide file tree
Showing 2 changed files with 8,148 additions and 8,167 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ import React from 'react';
import PropTypes from 'prop-types';
import { noop } from 'lodash';
import { RemoveIcon } from '@bubbles-ui/icons/outline';
import { Stack } from '../../../../lib/layout/Stack/Stack';
import { Stack } from '../../../layout';
import { Title } from '../../../typography';
import { Box } from '../../../layout';
import { ActionButton } from '../../../form/ActionButton';
import { TOTAL_LAYOUT_HEADER_HEIGHT } from '../../../layout/TotalLayout';

Expand Down
Loading

0 comments on commit 5dd9c89

Please sign in to comment.