Skip to content

Commit

Permalink
update imports voiceWave
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 20, 2024
1 parent 35ba7cf commit 6fc2df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppComponent } from './app.component';
import { AppHeaderComponent } from './components/app-header/app-header.component';
import { ModalinstallComponent } from './components/modal-install/modal-install.component';
import { AppFooterComponent } from './components/app-footer/app-footer.component';
import { VoiceWaveAngularModule } from '../../projects/voicewave-angular/src/public-api';
import { VoiceWave } from '../../projects/voicewave-angular/src/public-api';
import { By } from '@angular/platform-browser';

describe('AppComponent', () => {
Expand All @@ -20,7 +20,7 @@ describe('AppComponent', () => {
DarkmodeComponent,
AppHeaderComponent,
ModalinstallComponent,
VoiceWaveAngularModule,
VoiceWave,
AppFooterComponent
],
}).compileComponents();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class ModalinstallComponent {
codeExample: string = `// Example Component
import { Component } from '@angular/core';
import { signal, WritableSignal } from 'signals';
import VoiceWaveAngularModule from 'voicewave-angular';
import { VoiceWave } from 'voicewave-angular';
@Component({
selector: 'app-window-example',
Expand Down

0 comments on commit 6fc2df5

Please sign in to comment.