Skip to content

Commit

Permalink
Remove components that do not exist in nhsuk-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
fofr committed Oct 12, 2022
1 parent a873315 commit 7eef1fc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ To add them to the NHS.UK Prototype Kit, follow these steps:

```diff
+ {% from "x-nhsuk/decorated/button/macro.njk" import button with context %}
+ {% from "x-nhsuk/decorated/character-count/macro.njk" import characterCount with context %}
+ {% from "x-nhsuk/decorated/checkboxes/macro.njk" import checkboxes with context %}
+ {% from "x-nhsuk/decorated/date-input/macro.njk" import dateInput with context %}
+ {% from "x-nhsuk/decorated/file-upload/macro.njk" import fileUpload with context %}
+ {% from "x-nhsuk/decorated/input/macro.njk" import input with context %}
+ {% from "x-nhsuk/decorated/radios/macro.njk" import radios with context %}
+ {% from "x-nhsuk/decorated/select/macro.njk" import select with context %}
Expand Down
4 changes: 0 additions & 4 deletions x-nhsuk/decorated/character-count/macro.njk

This file was deleted.

4 changes: 0 additions & 4 deletions x-nhsuk/decorated/file-upload/macro.njk

This file was deleted.

0 comments on commit 7eef1fc

Please sign in to comment.