This commit is contained in:
이담 정 2022-07-13 09:35:00 +00:00
parent 4826a71db2
commit 631497a534
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import { DailyService } from '../services/daily.service';
import { Router } from '@angular/router'; import { Router } from '@angular/router';
@Component({ @Component({
selector: 'partner-branch-list', selector: 'daily-list',
templateUrl: './list.component.html', templateUrl: './list.component.html',
styles: [ styles: [
/* language=SCSS */ /* language=SCSS */

View File

@ -36,7 +36,7 @@ import { MonthlyService } from '../services/monthly.service';
import { Router } from '@angular/router'; import { Router } from '@angular/router';
@Component({ @Component({
selector: 'partner-branch-list', selector: 'monthly-list',
templateUrl: './list.component.html', templateUrl: './list.component.html',
styles: [ styles: [
/* language=SCSS */ /* language=SCSS */