style: clean up import statements for consistency
This commit is contained in:
parent
0cf2ea3438
commit
a178386355
5 changed files with 7 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Component, OnInit, ChangeDetectorRef } from '@angular/core';
|
||||
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NavbarComponent } from '@shared/components/navbar/navbar.component';
|
||||
import { LootboxService } from '../services/lootbox.service';
|
||||
|
|
Reference in a new issue