feat: rename prime to random

This commit is contained in:
thomas
2023-11-03 20:40:29 +01:00
parent bc6449cf57
commit b521f45f4a
5 changed files with 36 additions and 44 deletions

View File

@@ -1,7 +1,4 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';
bootstrapApplication(AppComponent, appConfig).catch((err) =>
console.error(err)
);
bootstrapApplication(AppComponent).catch((err) => console.error(err));