mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
fix: emend the imports in the test files
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {LightweightClassDefinition} from '../../src/uml/model/LightweightClassDefinition';
|
||||
import {LightweightDefinition} from '../../src/uml/model/LightweightDefinition';
|
||||
import {LightweightEnumDefinition} from '../../src/uml/model/LightweightEnumDefinition';
|
||||
import {LightweightClassDefinition} from '../../src/uml/model/lightweight-class-definition';
|
||||
import {LightweightDefinition} from '../../src/uml/model/lightweight-definition';
|
||||
import {LightweightEnumDefinition} from '../../src/uml/model/lightweight-enum-definition';
|
||||
|
||||
export const generatedModel: Array<
|
||||
LightweightDefinition | LightweightClassDefinition | LightweightEnumDefinition
|
||||
|
||||
Reference in New Issue
Block a user