nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
361 stars 23 forks source link

refactor: `import { type foo }` to `import type { foo }` #224

Closed shinGangan closed 3 days ago

shinGangan commented 3 days ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

import type { foo } and import { type foo } were mixed, so I refactored it to import type { foo }.