Added contents
This commit is contained in:
parent
8b20acfcc4
commit
5fa5d27008
52 changed files with 537 additions and 139 deletions
12
src/app/pages/like-dislike/like-dislike.page.ts
Normal file
12
src/app/pages/like-dislike/like-dislike.page.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'iov-like-dislike',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './like-dislike.page.html',
|
||||
styleUrl: './like-dislike.page.scss'
|
||||
})
|
||||
export class LikeDislikePage {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue