Prettier Changes

This commit is contained in:
Neshura 2024-01-02 02:39:22 +01:00
parent 829e911674
commit 5bd01c3a22
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
10 changed files with 69 additions and 79 deletions
src/lib/types

View file

@ -10,9 +10,9 @@ export type Service = {
};
export enum IconType {
SVG = "svg",
AVIF = "avif",
PNG = "png",
WEBP = "webp",
JPG = "jpg",
}
SVG = 'svg',
AVIF = 'avif',
PNG = 'png',
WEBP = 'webp',
JPG = 'jpg'
}