Skip to content

Commit

Permalink
REBASE INTO EXTENSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 18, 2024
1 parent 9940e6d commit 408239d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/FilesDialog/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as FilesDialog } from "./FilesDialog";
export { default as FilesDialog } from "./FilesDialog.vue";
2 changes: 1 addition & 1 deletion client/src/components/Tags/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Low level stateless UI component
export { default as StatelessTags } from "./StatelessTags";
export { default as StatelessTags } from "./StatelessTags.vue";
2 changes: 1 addition & 1 deletion client/src/components/Workflow/Run/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as WorkflowRun } from "./WorkflowRun";
export { default as WorkflowRun } from "./WorkflowRun.vue";

// Utilities used outside this component directory by tool-form-composite.
export { isDataStep } from "./model";
Expand Down

0 comments on commit 408239d

Please sign in to comment.