Skip to content

Commit

Permalink
fix parameter-group file name
Browse files Browse the repository at this point in the history
Signed-off-by: capyq <[email protected]>
  • Loading branch information
capyq committed Jul 18, 2024
1 parent 2a56edc commit ed0d0fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/parameters/widget/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

export * from './Parameter-group';
export * from './parameter-float';
export * from './parameter-group';
export { default as parameterLineDirectoryItemsInput } from './parameter-line-directory-items-input';
export { default as parameterLineDropdown } from './parameter-line-dropdown';
export { default as parameterLineSlider } from './parameter-line-slider';
Expand Down

0 comments on commit ed0d0fd

Please sign in to comment.