Skip to content
Snippets Groups Projects
Commit 5e028e7d authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Fix typo module importation

parent f5ba2e76
No related branches found
No related tags found
No related merge requests found
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
@NgModule({
declarations: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment