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 18, 2021
1 parent f04413c commit bd8a8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/ui/shortcut/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { Ref } from 'react';
import { useContextSystem, contextConnect } from '../context';
// eslint-disable-next-line no-duplicate-imports
import type { ViewOwnProps } from '../context';
import { View } from '../view';
import { View } from '../../view';

export interface ShortcutDescription {
display: string;
Expand Down
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 bd8a8ed

Please sign in to comment.