Skip to content

Commit

Permalink
fix: fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG committed Oct 4, 2023
1 parent 8efe691 commit c240271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import {Text} from '../../../Text';
import {Flex} from '../../Flex/Flex';
import {LayoutProvider} from '../../LayoutProvider/LayoutProvider';
import {useLayoutContext} from '../../hooks';
import {useLayoutContext} from '../../hooks/useLayoutContext';
import {sp} from '../../spacing/spacing';

interface LayoutPresenterProps {
Expand Down

0 comments on commit c240271

Please sign in to comment.