Skip to content

Commit

Permalink
Fix view paths after it was moved
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed May 21, 2021
1 parent 9d7cd85 commit 13ade4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/view/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import styled from '@emotion/styled';
* }
* ```
*
* @type {import('../context').PolymorphicComponent<'div', {}>}
* @type {import('../ui/context').PolymorphicComponent<'div', {}>}
*/
// @ts-ignore
const View = styled.div``;
Expand Down

0 comments on commit 13ade4a

Please sign in to comment.