Skip to content

Commit

Permalink
chore(schematics): replace TuiDocExampleModule (#8710)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 28, 2024
1 parent 6b3bbb0 commit 9c501b2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ export const DOC_SYMBOLS_TO_REPLACE: ReplacementIdentifierMulti[] = [
name: 'TuiAddonDocModule',
moduleSpecifier: '@taiga-ui/addon-doc',
},
{
name: 'TuiDocExampleModule',
moduleSpecifier: '@taiga-ui/addon-doc',
},
],
to: {
name: 'TuiAddonDoc',
Expand Down

0 comments on commit 9c501b2

Please sign in to comment.