Skip to content

Commit

Permalink
Renamed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 21, 2023
1 parent 76bf28c commit 058e8c0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export * from './legacy/LegacyCheckbox';
export * from './legacy/LegacyCheckboxGroup';
export * from './legacy/LegacyRadioButton';
export * from './legacy/LegacyRadioGroup';
export * from './legacy/TextField';
export * from './legacy/LegacyTextField';

export * from './Button';
export * from './Tabs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import type { Meta, StoryFn } from '@storybook/react';

import { LegacyTextField } from '../TextField';
import { LegacyTextField } from '../LegacyTextField';

import { LegacyFieldSet } from './FieldSet';

Expand Down

0 comments on commit 058e8c0

Please sign in to comment.