Skip to content

Commit

Permalink
docs: remove not needed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-angermann committed Nov 14, 2024
1 parent a1c8321 commit b764048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIALS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm install @cds/core@<version> @clr/angular@<version> @clr/ui@<version>

- Add the Clarity module and others to app.config.ts:
```
import { ApplicationConfig, importProvidersFrom, provideZoneChangeDetection } from '@angular/core';
import { ApplicationConfig, importProvidersFrom } from '@angular/core';
import { ClarityModule } from '@clr/angular';
import { provideAnimations } from '@angular/platform-browser/animations';
import { BrowserModule } from '@angular/platform-browser';
Expand Down

0 comments on commit b764048

Please sign in to comment.