Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
fix: dont export box in index (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchubarkin authored and Шараев Айнур Раильевич committed Jun 28, 2021
1 parent 61b76c4 commit 40dfa5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/woly/atoms/text-area/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import styled, { StyledComponent } from 'styled-components';
import { Priority } from 'lib/types';
import { box } from 'ui/elements';
import { box } from 'ui/elements/box';

interface TextAreaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
className?: string;
Expand Down
1 change: 0 additions & 1 deletion src/woly/elements/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { InputContainer } from './input-container';
export { InputElement } from './input-element';
export { box, boxVertical } from './box';

0 comments on commit 40dfa5b

Please sign in to comment.