chore(angular): run prettier

This commit is contained in:
Liam DeBeasi
2022-08-17 17:23:32 +00:00
parent 419c8d758c
commit bfa97a5396

View File

@@ -1,4 +1,3 @@
import * as d from './proxies';
export const DIRECTIVES = [
@@ -77,5 +76,5 @@ export const DIRECTIVES = [
d.IonThumbnail,
d.IonTitle,
d.IonToggle,
d.IonToolbar
d.IonToolbar,
];