Skip to content

Commit

Permalink
docs: remove "codesandbox-dependency" comment (#23237)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Jun 3, 2022
1 parent 4adfef5 commit ec41807
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Body1, Caption1 } from '@fluentui/react-text';

import { Button } from '@fluentui/react-button';
import { ArrowReplyRegular, ShareRegular } from '@fluentui/react-icons';
import { Card, CardFooter, CardHeader, CardPreview } from '../index'; // codesandbox-dependency: @fluentui/react-card ^9.0.0-beta
import { Card, CardFooter, CardHeader, CardPreview } from '../index';
import { ASSET_URL } from './SampleCard.stories';

const avatarElviaURL = ASSET_URL + '/assets/avatar_elvia.svg';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as React from 'react';
import { Label, LabelProps } from '../index'; // codesandbox-dependency: @fluentui/react-label ^9.0.0-beta
import { Label, LabelProps } from '../index';

export const Default = (props: LabelProps) => <Label {...props}>This is a label</Label>;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { Label } from '../index'; // codesandbox-dependency: @fluentui/react-label ^9.0.0-beta
import { Label } from '../index';

export const Disabled = () => (
<Label disabled required>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { Label } from '../index'; // codesandbox-dependency: @fluentui/react-label ^9.0.0-beta
import { Label } from '../index';

export const Required = () => (
<>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { Label } from '../index'; // codesandbox-dependency: @fluentui/react-label ^9.0.0-beta
import { Label } from '../index';

export const Size = () => {
return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { Label } from '../index'; // codesandbox-dependency: @fluentui/react-label ^9.0.0-beta
import { Label } from '../index';

export const Weight = () => <Label weight="semibold">Strong label</Label>;

Expand Down

0 comments on commit ec41807

Please sign in to comment.