Skip to content

Commit

Permalink
Use @import for govuk-frontend-review
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Nov 15, 2024
1 parent babea0e commit 14e97c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export function getHTMLCode(componentName, options) {
}

/**
* @typedef {import('@govuk-frontend/lib/components').MacroRenderOptions} MacroRenderOptions
* @import {MacroRenderOptions} from '@govuk-frontend/lib/components'
*/
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ export function getNunjucksCode(componentName, options) {
}

/**
* @typedef {import('@govuk-frontend/lib/components').MacroRenderOptions} MacroRenderOptions
* @import {MacroRenderOptions} from '@govuk-frontend/lib/components'
*/

0 comments on commit 14e97c7

Please sign in to comment.