mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 21:51:26 +00:00
12 lines
248 B
TypeScript
12 lines
248 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-image-format-converter',
|
|
imports: [],
|
|
templateUrl: './image-format-converter.html',
|
|
styleUrl: './image-format-converter.css',
|
|
})
|
|
export class ImageFormatConverter {
|
|
|
|
}
|