Skip to content

Commit

Permalink
Merge pull request #2716 from gluestack/fix/stream-import
Browse files Browse the repository at this point in the history
fix: import
  • Loading branch information
akash3gtm authored Jan 15, 2025
2 parents 9a7e90f + a60dce6 commit 3f08fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ const VadimStream = () => {
<Box
className="flex-1 border border-outline-200 rounded-lg overflow-hidden aspect-video"
id="player1"
></Box>
/>
<Box
className="flex-1 border border-outline-200 rounded-lg overflow-hidden aspect-video"
id="player2"
></Box>
/>
</HStack>
</Box>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Learn to build Ecommerce App using gluestack
description: Tutorial to build Ecommerce App using gluestack-ui from Youtube guru notJust.dev (Vadim)
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
import VadimStream from './vadim-stream';
import { Meta } from '@storybook/addon-docs';
import VadimStream from '../../../extra-components/nativewind/VadimStream';

<Meta title="with-nativewind/Guides/Tutorials/Building Ecommerce App" />

Expand Down

0 comments on commit 3f08fe7

Please sign in to comment.