diff --git a/utils/types/dropDown.ts b/utils/types/dropDown.ts index b41fd3d..af89549 100644 --- a/utils/types/dropDown.ts +++ b/utils/types/dropDown.ts @@ -1,6 +1,6 @@ /** * Types for DropDown component - * @module utils/dropDown + * @module utils/types/dropDown */ /** diff --git a/utils/types/galleryEntry.ts b/utils/types/galleryEntry.ts index 3197c11..779f1b2 100644 --- a/utils/types/galleryEntry.ts +++ b/utils/types/galleryEntry.ts @@ -1,6 +1,6 @@ /** * Type for gallery image entry data - * @module utils/galleryEntry + * @module utils/types/galleryEntry */ /** diff --git a/utils/types/hamburgerMenu.ts b/utils/types/hamburgerMenu.ts index ac924ca..6eca73e 100644 --- a/utils/types/hamburgerMenu.ts +++ b/utils/types/hamburgerMenu.ts @@ -1,6 +1,6 @@ /** * Type for HamburgerMenu component - * @module utils/hamburgerMenu + * @module utils/types/hamburgerMenu */ import type { DropDownEntry } from "./dropDown"; diff --git a/utils/types/linkCard.ts b/utils/types/linkCard.ts index f22bba9..25290c4 100644 --- a/utils/types/linkCard.ts +++ b/utils/types/linkCard.ts @@ -1,6 +1,6 @@ /** * Type for LinkCard component - * @module utils/linkCard + * @module utils/types/linkCard */ /** diff --git a/utils/types/news.ts b/utils/types/news.ts index 3fa05c0..ec7ab74 100644 --- a/utils/types/news.ts +++ b/utils/types/news.ts @@ -1,6 +1,6 @@ /** * Types for news data - * @module utils/news + * @module utils/types/news */ /** diff --git a/utils/types/newsCard.ts b/utils/types/newsCard.ts index 6b66ba5..b7e87fc 100644 --- a/utils/types/newsCard.ts +++ b/utils/types/newsCard.ts @@ -1,6 +1,6 @@ /** * Type for NewsCard component - * @module utils/newsCard + * @module utils/types/newsCard */ import type { NewsEntry } from "./news"; diff --git a/utils/types/pageTop.ts b/utils/types/pageTop.ts index c7c14bd..88237e1 100644 --- a/utils/types/pageTop.ts +++ b/utils/types/pageTop.ts @@ -1,6 +1,6 @@ /** * Type for PageTop component - * @module utils/pageTop + * @module utils/types/pageTop */ /** diff --git a/utils/types/pankuzuList.ts b/utils/types/pankuzuList.ts index 98d8f7e..1e26576 100644 --- a/utils/types/pankuzuList.ts +++ b/utils/types/pankuzuList.ts @@ -1,6 +1,6 @@ /** * Type for PankuzuList component - * @module utils/pankuzuList + * @module utils/types/pankuzuList */ /** diff --git a/utils/types/qAndABox.ts b/utils/types/qAndABox.ts index 0bc1fc7..28588cb 100644 --- a/utils/types/qAndABox.ts +++ b/utils/types/qAndABox.ts @@ -1,6 +1,6 @@ /** * Type for QAndABox component - * @module utils/qAndABox + * @module utils/types/qAndABox */ /** diff --git a/utils/types/slide.ts b/utils/types/slide.ts index 1e32d38..61ebdf2 100644 --- a/utils/types/slide.ts +++ b/utils/types/slide.ts @@ -1,6 +1,6 @@ /** * Types for Slide component - * @module utils/slide.ts + * @module utils/types/slide.ts */ /**