diff --git a/api-routes/src/utils.ts b/api-routes/src/utils.ts index 0d2a2de..d04fff5 100644 --- a/api-routes/src/utils.ts +++ b/api-routes/src/utils.ts @@ -1,4 +1,4 @@ -import { ThemeOptions } from '../../src/types/svg'; +import type { ThemeOptions } from '../../src/types/svg'; const fullUrl = 'https://svgl.app'; @@ -13,3 +13,4 @@ export const addFullUrl = (value: string | ThemeOptions): string | ThemeOptions } return value; }; +