Skip to content

Commit

Permalink
feat(docs): fix import of BasePageGrid issue in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Aug 28, 2023
1 parent 3e98aa2 commit 3e8d4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apps/docs/src/components/Layout/Blog/styles.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { styled, StyledComponent } from '@kadena/react-components';

import { BasePageGrid } from '../components';
import { BasePageGrid } from '../components/styles';

export const ArticleMetadataItem: StyledComponent<'span'> = styled('span', {
'::before': {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/docs/src/components/Layout/Home/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BasePageGrid } from '../components';
import { BasePageGrid } from '../components/styles';
import { Template } from '../components/Template';

import { globalClass } from './../global.css';
Expand Down

0 comments on commit 3e8d4f6

Please sign in to comment.