Skip to content

Commit

Permalink
Add fragment import missing from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondyr committed Oct 8, 2024
1 parent 583f73d commit fc7da82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import React, { Fragment } from 'react';
import { v1 as uuidv1 } from 'uuid';
import { getComponentTitleByComponentType } from '../../utils/language';
import { SelectDataModelComponent } from './SelectDataModelComponent';
Expand Down

0 comments on commit fc7da82

Please sign in to comment.