mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-20 17:52:46 +00:00
Fix paths
This commit is contained in:
parent
e0b84d81cb
commit
f0f3ee1bf7
@ -1,6 +1,6 @@
|
||||
import { Component, OnInit, ElementRef, AfterViewInit, OnDestroy, Input, Output, EventEmitter } from '@angular/core';
|
||||
import { Observable, Subscription } from 'rxjs';
|
||||
import { Point } from 'src/app/cartography/models/point';
|
||||
import { Point } from '../../../models/point';
|
||||
|
||||
|
||||
export class DraggableDraggedEvent {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { Component, OnInit, Input, AfterViewInit, ChangeDetectorRef, Output, EventEmitter } from '@angular/core';
|
||||
import { Observable, Subscription, Subject } from 'rxjs';
|
||||
import { Rectangle } from 'src/app/cartography/models/rectangle';
|
||||
import { Rectangle } from '../../../models/rectangle';
|
||||
|
||||
@Component({
|
||||
selector: '[app-selection]',
|
||||
|
Loading…
x
Reference in New Issue
Block a user