Skip to content
Snippets Groups Projects
Commit 0005ceb4 authored by fsdavid's avatar fsdavid
Browse files

Remove unnecessary import

parent 8005d999
No related branches found
No related tags found
No related merge requests found
import { Directive, ElementRef, Input, OnChanges, OnDestroy, OnInit, TemplateRef } from "@angular/core";
import { QuickTourService } from "src/ui/quickTour/quickTour.service";
import { IQuickTourOverwritePosition, TQuickTourPosition } from "src/ui/quickTour/constrants";
import {LOCAL_STORAGE_CONST} from "src/util/constants";
@Directive({
selector: '[quick-tour]',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment