Skip to content

Commit

Permalink
fix import for app
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshyadavdev committed Apr 12, 2023
1 parent 49ed378 commit 4008242
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { NguCarousel } from '../../../dist/ngu/carousel';
import { NguCarousel } from '@ngu/carousel';

import { BannerVerticalComponent } from './banner-vertical.component';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { NguCarousel } from '../../../dist/ngu/carousel';
import { NguCarousel } from '@ngu/carousel';

import { BannerComponent } from './banner.component';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { NguCarousel } from '../../../dist/ngu/carousel';
import { NguCarousel } from '@ngu/carousel';

import { GettingStartedComponent } from './getting-started.component';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { NguCarousel } from '../../../dist/ngu/carousel';
import { NguCarousel } from '@ngu/carousel';

import { TileComponent } from './tile.component';

Expand Down

0 comments on commit 4008242

Please sign in to comment.