Prettier Changes
This commit is contained in:
parent
829e911674
commit
5bd01c3a22
10 changed files with 69 additions and 79 deletions
src/lib/types
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue