Skip to content

Commit 0d0de2a

Browse files
authored
chore: remove test1 story from Column (#19034)
1 parent 17876a3 commit 0d0de2a

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

packages/react/src/components/Grid/FlexGrid.stories.js

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -425,36 +425,6 @@ export const Default = (args) => {
425425
);
426426
};
427427

428-
export const Test1 = (args) => {
429-
// Grab the style from here to see the visual example
430-
//https://github.com/carbon-design-system/carbon/blob/main/packages/react/src/components/Grid/FlexGrid.stories.scss
431-
function DemoContent({ children }) {
432-
return (
433-
<div className="outside">
434-
<div className="inside">{children}</div>
435-
</div>
436-
);
437-
}
438-
return (
439-
<FlexGrid {...args} as="section">
440-
<Row>
441-
<Column as="section">
442-
<DemoContent>1/4</DemoContent>
443-
</Column>
444-
<Column>
445-
<DemoContent>1/4</DemoContent>
446-
</Column>
447-
<Column>
448-
<DemoContent>1/4</DemoContent>
449-
</Column>
450-
<Column>
451-
<DemoContent>1/4</DemoContent>
452-
</Column>
453-
</Row>
454-
</FlexGrid>
455-
);
456-
};
457-
458428
Default.args = {
459429
as: 'div',
460430
fullWidth: false,

0 commit comments

Comments
 (0)