Skip to content

Commit

Permalink
Merge pull request #2405 from gluestack/fix/docs-crash
Browse files Browse the repository at this point in the history
fix: docs crash due to imports
  • Loading branch information
Viraj-10 authored Aug 23, 2024
2 parents f22b1d6 + f385711 commit 6aa51b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Box } from '../../core-components/nativewind';
import { Text } from '../../core-components/nativewind/text';

import { transformedCode } from '../../utils';
import { AppProvider, CodePreview, Tabs } from '@gluestack/design-system';
import { AppProvider, CodePreview, Tabs, InlineCode } from '@gluestack/design-system';

import Wrapper from '../../core-components/nativewind/Wrapper';
import { CollapsibleCode, Table, TableContainer, } from '@gluestack/design-system';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { Center } from '../../core-components/nativewind';
import { Text } from '../../core-components/nativewind/text';

import { transformedCode } from '../../utils';
import { AppProvider, CodePreview, Table, TableContainer, } from '@gluestack/design-system';
import { AppProvider, CodePreview, Table, TableContainer, InlineCode } from '@gluestack/design-system';

import Wrapper from '../../core-components/nativewind/Wrapper';
import { CollapsibleCode, Tabs } from '@gluestack/design-system';
Expand Down

0 comments on commit 6aa51b3

Please sign in to comment.