Added contents

This commit is contained in:
Lorenzo Iovino 2023-12-31 01:04:33 +01:00
parent 8b20acfcc4
commit 5fa5d27008
52 changed files with 537 additions and 139 deletions

View 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 {
}