diff --git a/utils/generateSeoMeta.ts b/utils/generateSeoMeta.ts index ab3ad3e..fdecbea 100644 --- a/utils/generateSeoMeta.ts +++ b/utils/generateSeoMeta.ts @@ -23,7 +23,6 @@ import type { UseSeoMetaInput } from "@unhead/schema"; * ); * @example * useSeoMeta(generateSeoMeta(data.articleName, data.articleDescription, data.articleCoverImage, "article")); - * @function */ export function generateSeoMeta( title: string, diff --git a/utils/dropDown.ts b/utils/types/dropDown.ts similarity index 100% rename from utils/dropDown.ts rename to utils/types/dropDown.ts diff --git a/utils/galleryEntry.ts b/utils/types/galleryEntry.ts similarity index 89% rename from utils/galleryEntry.ts rename to utils/types/galleryEntry.ts index 23af93a..3197c11 100644 --- a/utils/galleryEntry.ts +++ b/utils/types/galleryEntry.ts @@ -1,5 +1,5 @@ /** - * Types for gallery image entry data + * Type for gallery image entry data * @module utils/galleryEntry */ diff --git a/utils/hamburgerMenu.ts b/utils/types/hamburgerMenu.ts similarity index 100% rename from utils/hamburgerMenu.ts rename to utils/types/hamburgerMenu.ts diff --git a/utils/linkCard.ts b/utils/types/linkCard.ts similarity index 100% rename from utils/linkCard.ts rename to utils/types/linkCard.ts diff --git a/utils/news.ts b/utils/types/news.ts similarity index 100% rename from utils/news.ts rename to utils/types/news.ts diff --git a/utils/newsCard.ts b/utils/types/newsCard.ts similarity index 100% rename from utils/newsCard.ts rename to utils/types/newsCard.ts diff --git a/utils/pageTop.ts b/utils/types/pageTop.ts similarity index 92% rename from utils/pageTop.ts rename to utils/types/pageTop.ts index d5782d7..c7c14bd 100644 --- a/utils/pageTop.ts +++ b/utils/types/pageTop.ts @@ -1,5 +1,5 @@ /** - * Types for PageTop component + * Type for PageTop component * @module utils/pageTop */ diff --git a/utils/pankuzuList.ts b/utils/types/pankuzuList.ts similarity index 100% rename from utils/pankuzuList.ts rename to utils/types/pankuzuList.ts diff --git a/utils/qAndABox.ts b/utils/types/qAndABox.ts similarity index 91% rename from utils/qAndABox.ts rename to utils/types/qAndABox.ts index 5c13b8f..0bc1fc7 100644 --- a/utils/qAndABox.ts +++ b/utils/types/qAndABox.ts @@ -1,5 +1,5 @@ /** - * Types for QAndABox component + * Type for QAndABox component * @module utils/qAndABox */ diff --git a/utils/slide.ts b/utils/types/slide.ts similarity index 100% rename from utils/slide.ts rename to utils/types/slide.ts